pucchinglgl/snowpack.config.json

12 lines
168 B
JSON
Raw Permalink Normal View History

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