mirror of
https://github.com/kou029w/pucchinglgl.git
synced 2025-01-18 16:18:00 +00:00
fix: build error
"config.experiments.optimize" is now "config.optimize"
This commit is contained in:
parent
d372c43d19
commit
a216eddfb9
1 changed files with 4 additions and 6 deletions
|
@ -3,11 +3,9 @@
|
||||||
"clean": true
|
"clean": true
|
||||||
},
|
},
|
||||||
"mount": { "src": { "url": "/" } },
|
"mount": { "src": { "url": "/" } },
|
||||||
"experiments": {
|
"optimize": {
|
||||||
"optimize": {
|
"bundle": true,
|
||||||
"bundle": true,
|
"minify": true,
|
||||||
"minify": true,
|
"target": "esnext"
|
||||||
"target": "esnext"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue