Skip to content

Commit d1056b7

Browse files
committed
fix: update tsup configuration to enable minification
1 parent 7e10559 commit d1056b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pxtorem/tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default defineConfig([
55
entry: ['src/index.ts'],
66
format: ['esm'],
77
dts: true,
8-
clean: true,
8+
minify: true,
99
target: 'esnext'
1010
}
1111

0 commit comments

Comments
 (0)