mirror of
https://github.com/antd-tiny-vue/antd-tiny-vue.git
synced 2025-01-10 16:19:08 +08:00
fix: add minify mode
This commit is contained in:
parent
7320eaf54d
commit
46b98316ee
@ -10,6 +10,7 @@ export default defineConfig({
|
|||||||
})
|
})
|
||||||
],
|
],
|
||||||
build: {
|
build: {
|
||||||
|
minify: false,
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
external: [
|
external: [
|
||||||
'@ant-design/colors',
|
'@ant-design/colors',
|
||||||
|
Loading…
Reference in New Issue
Block a user