We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6e602d commit 413e3a3Copy full SHA for 413e3a3
build.config.ts
@@ -5,6 +5,9 @@ export default defineBuildConfig({
5
rollup: {
6
emitCJS: true,
7
inlineDependencies: true,
8
+ esbuild: {
9
+ minify: true,
10
+ },
11
},
12
entries: ["src/index", "src/native", "src/polyfill", "src/node"],
13
});
0 commit comments