grid-apps-cmms/bin/bundle.config.json

17 lines
420 B
JSON
Raw Permalink Normal View History

{
2025-10-13 00:47:16 -04:00
"compress": false,
"outputs": {
"bundle": "./web/boot/bundle-{version}.bin"
},
"inputs": [
2025-10-13 00:47:16 -04:00
{ "root": "web", "prefix": "" },
{ "root": "alt", "prefix": "lib"},
{ "root": "src", "prefix": "lib"},
2025-10-13 00:47:16 -04:00
{ "root": "src/wasm", "prefix": "wasm" },
{ "root": "src/wasm", "prefix": "lib/kiri/wasm" }
],
"excludes": [
"src/pack",
"web/boot/bundle*"
]
}