mirror of
https://github.com/kou029w/pucchinglgl.git
synced 2025-01-18 08:15:02 +00:00
14 lines
201 B
JSON
14 lines
201 B
JSON
|
{
|
||
|
"buildOptions": {
|
||
|
"clean": true
|
||
|
},
|
||
|
"mount": { "src": { "url": "/" } },
|
||
|
"experiments": {
|
||
|
"optimize": {
|
||
|
"bundle": true,
|
||
|
"minify": true,
|
||
|
"target": "esnext"
|
||
|
}
|
||
|
}
|
||
|
}
|