fix: build error

"config.experiments.optimize" is now "config.optimize"
This commit is contained in:
Nebel 2021-01-13 10:34:38 +09:00 committed by GitHub
parent d372c43d19
commit a216eddfb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
} }
}
} }