Updated the node module and remove cached

This commit is contained in:
2020-08-20 11:19:43 +07:00
parent cbf2890a55
commit 6ecb7a245d
5 changed files with 55 additions and 5848 deletions

1
www/.gitignore vendored
View File

@@ -1,2 +1,3 @@
node_modules
dist
package-lock.json

View File

@@ -1,3 +1,4 @@
import * as wasm from "hello-wasm-pack";
// import * as wasm from "hello-wasm-pack";
import * as wasm from "./../pkg/wasmweb_sample"
wasm.greet();

5845
www/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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