Fixed the wasm run in node

This commit is contained in:
Sambo Chea 2020-08-20 11:25:02 +07:00
parent 6ecb7a245d
commit 735c6be0c3
2 changed files with 1 additions and 3 deletions

View File

@ -2,6 +2,5 @@
<project version="4"> <project version="4">
<component name="VcsDirectoryMappings"> <component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" /> <mapping directory="" vcs="Git" />
<mapping directory="$PROJECT_DIR$/www" vcs="Git" />
</component> </component>
</project> </project>

View File

@ -27,8 +27,7 @@
}, },
"homepage": "https://github.com/rustwasm/create-wasm-app#readme", "homepage": "https://github.com/rustwasm/create-wasm-app#readme",
"devDependencies": { "devDependencies": {
"copy-webpack-plugin": "^6.0.3", "copy-webpack-plugin": "^5.0.0",
"hello-wasm-pack": "^0.1.0",
"webpack": "^4.29.3", "webpack": "^4.29.3",
"webpack-cli": "^3.1.0", "webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5" "webpack-dev-server": "^3.1.5"