pucchinglgl/snowpack.config.json

14 lines
201 B
JSON
Raw Normal View History

2020-12-29 03:33:50 +09:00
{
"buildOptions": {
"clean": true
},
"mount": { "src": { "url": "/" } },
"experiments": {
"optimize": {
"bundle": true,
"minify": true,
"target": "esnext"
}
}
}