pucchinglgl/snowpack.config.json
Kohei Watanabe a216eddfb9
fix: build error
"config.experiments.optimize" is now "config.optimize"
2021-01-13 10:34:38 +09:00

11 lines
168 B
JSON

{
"buildOptions": {
"clean": true
},
"mount": { "src": { "url": "/" } },
"optimize": {
"bundle": true,
"minify": true,
"target": "esnext"
}
}