Frontend:

- Remove we_alloce
- Replace webpack by rspack
This commit is contained in:
Greg Burri 2024-11-06 17:48:51 +01:00
parent 1f03c01d1d
commit ebdcb6a90a
10 changed files with 60 additions and 100 deletions

View file

@ -1,14 +1,12 @@
{
"scripts": {
"build": "webpack",
"serve": "webpack serve"
"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.3.2",
"text-encoding": "^0.7.0",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^3.11.2"
"html-webpack-plugin": "^5.6.0"
}
}
}