We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de9673b commit b1bd61dCopy full SHA for b1bd61d
packages/kit/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@suiware/kit",
3
- "version": "0.8.0",
+ "version": "0.8.1",
4
"sideEffects": false,
5
"license": "MIT",
6
"type": "commonjs",
packages/kit/tsup.config.ts
@@ -16,7 +16,7 @@ export default defineConfig((options) => ({
16
],
17
format: ['cjs', 'esm'],
18
dts: true,
19
- clean: options.env?.NODE_ENV === 'prod',
+ clean: !options.watch,
20
sourcemap: true,
21
treeshake: true,
22
external: ['react'],
0 commit comments