Skip to content

Commit 24f3af8

Browse files
authored
Merge pull request #164 from orf/bump-wasm-plugin
Bump the versions of the wasm-pack-plugin
2 parents 0736ae3 + ac00cb4 commit 24f3af8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

template/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"test": "cargo test && wasm-pack test --headless"
99
},
1010
"devDependencies": {
11-
"@wasm-tool/wasm-pack-plugin": "^0.4.2",
11+
"@wasm-tool/wasm-pack-plugin": "^1.1.0",
1212
"copy-webpack-plugin": "^5.0.3",
13-
"webpack": "^4.33.0",
13+
"webpack": "^4.42.0",
1414
"webpack-cli": "^3.3.3",
1515
"webpack-dev-server": "^3.7.1",
16-
"rimraf": "^2.6.3"
16+
"rimraf": "^3.0.0"
1717
}
1818
}

template/webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module.exports = {
2323

2424
new WasmPackPlugin({
2525
crateDirectory: __dirname,
26-
extraArgs: "--out-name index"
2726
}),
2827
]
2928
};

0 commit comments

Comments
 (0)