Add wasm-bindgen to Vue config (#38)

This commit is contained in:
TrueDoctor
2021-03-27 02:26:55 -07:00
committed by Keavon Chambers
parent 21dca857cd
commit 8741e31c92
3 changed files with 32 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
"@vue/compiler-sfc": "^3.0.7",
"@vue/eslint-config-airbnb": "^5.0.2",
"@vue/eslint-config-typescript": "^5.0.2",
"@wasm-tool/wasm-pack-plugin": "^1.3.3",
"@wasm-tool/wasm-pack-plugin": "github:wasm-tool/wasm-pack-plugin",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-vue": "^7.8.0",