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