chore: upgrade @wasm-tool/wasm-pack-plugin to 1.0.1

This commit is contained in:
Sven Sauleau
2019-08-27 18:18:38 +01:00
parent a16253174a
commit 312f5d6dca
38 changed files with 39 additions and 39 deletions

View File

@ -1,4 +1,4 @@
// For more comments about what's going on here, check out the `hello_world`
// example.
import('./pkg/canvas')
import('./pkg')
.catch(console.error);

View File

@ -4,7 +4,7 @@
"serve": "webpack-dev-server"
},
"devDependencies": {
"@wasm-tool/wasm-pack-plugin": "0.4.2",
"@wasm-tool/wasm-pack-plugin": "1.0.1",
"text-encoding": "^0.7.0",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.29.4",