We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0736ae3 + ac00cb4 commit 24f3af8Copy full SHA for 24f3af8
template/package.json
@@ -8,11 +8,11 @@
8
"test": "cargo test && wasm-pack test --headless"
9
},
10
"devDependencies": {
11
- "@wasm-tool/wasm-pack-plugin": "^0.4.2",
+ "@wasm-tool/wasm-pack-plugin": "^1.1.0",
12
"copy-webpack-plugin": "^5.0.3",
13
- "webpack": "^4.33.0",
+ "webpack": "^4.42.0",
14
"webpack-cli": "^3.3.3",
15
"webpack-dev-server": "^3.7.1",
16
- "rimraf": "^2.6.3"
+ "rimraf": "^3.0.0"
17
}
18
template/webpack.config.js
@@ -23,7 +23,6 @@ module.exports = {
23
24
new WasmPackPlugin({
25
crateDirectory: __dirname,
26
- extraArgs: "--out-name index"
27
}),
28
]
29
};
0 commit comments