pucchinglgl/snowpack.config.json

13 lines
201 B
JSON

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