fix: add minify mode

This commit is contained in:
zhuzhengjian 2023-05-06 10:42:08 +08:00
parent 7320eaf54d
commit 46b98316ee

View File

@ -10,6 +10,7 @@ export default defineConfig({
}) })
], ],
build: { build: {
minify: false,
rollupOptions: { rollupOptions: {
external: [ external: [
'@ant-design/colors', '@ant-design/colors',