Skip to content

Commit a1431e4

Browse files
authored
chore: enable Utoo production optimizations (#146)
1 parent ac1dbbc commit a1431e4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

shared/utoopack.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ export const createUtooConfig = (config) => {
2727
},
2828
optimization: {
2929
minify: isProd,
30+
concatenateModules: isProd,
31+
removeUnusedExports: isProd,
32+
removeUnusedImports: isProd,
3033
...optimization,
3134
},
3235
};

0 commit comments

Comments
 (0)