recipes/frontend/package.json
Greg Burri ebdcb6a90a Frontend:
- Remove we_alloce
- Replace webpack by rspack
2024-11-06 17:48:51 +01:00

12 lines
No EOL
280 B
JSON

{
"scripts": {
"build": "rspack build",
"serve": "rspack serve"
},
"devDependencies": {
"@rspack/cli": "^1.0.14",
"@rspack/core": "^1.0.14",
"@wasm-tool/wasm-pack-plugin": "1.5.0",
"html-webpack-plugin": "^5.6.0"
}
}