mirror of
https://github.com/kou029w/pucchinglgl.git
synced 2025-01-18 00:05: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
|
||||
},
|
||||
"mount": { "src": { "url": "/" } },
|
||||
"experiments": {
|
||||
"optimize": {
|
||||
"bundle": true,
|
||||
"minify": true,
|
||||
"target": "esnext"
|
||||
}
|
||||
"optimize": {
|
||||
"bundle": true,
|
||||
"minify": true,
|
||||
"target": "esnext"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue