mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-15 21:02:10 +03:00
08e7560f72
Updates the requirements on [@wasm-tool/wasm-pack-plugin](https://github.com/wasm-tool/wasm-pack-plugin) to permit the latest version. - [Release notes](https://github.com/wasm-tool/wasm-pack-plugin/releases) - [Commits](https://github.com/wasm-tool/wasm-pack-plugin/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
15 lines
317 B
JSON
15 lines
317 B
JSON
{
|
|
"scripts": {
|
|
"build": "webpack -p",
|
|
"serve": "webpack-dev-server -p"
|
|
},
|
|
"devDependencies": {
|
|
"@wasm-tool/wasm-pack-plugin": "0.2.3",
|
|
"text-encoding": "^0.7.0",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"webpack": "^4.11.1",
|
|
"webpack-cli": "^3.1.1",
|
|
"webpack-dev-server": "^3.1.0"
|
|
}
|
|
}
|