Commit 783e6581 authored by vben's avatar vben

fix(build): fix rollup compact not work

parent c1a4600b
...@@ -49,12 +49,6 @@ export default ({ command, mode }: ConfigEnv): UserConfig => { ...@@ -49,12 +49,6 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
drop_console: VITE_DROP_CONSOLE, drop_console: VITE_DROP_CONSOLE,
}, },
}, },
rollupOptions: {
output: {
compact: true,
manualChunks: undefined,
},
},
}, },
define: { define: {
__VERSION__: pkg.version, __VERSION__: pkg.version,
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment