-
- Downloads
Ensure that `index.html` is bundled into `dist`
This is necessary for our "Production and Deployment" chapter of the book.
... | @@ -30,6 +30,7 @@ | ... | @@ -30,6 +30,7 @@ |
"hello-wasm-pack": "^0.1.0", | "hello-wasm-pack": "^0.1.0", | ||
"webpack": "^4.16.3", | "webpack": "^4.16.3", | ||
"webpack-cli": "^3.1.0", | "webpack-cli": "^3.1.0", | ||
"webpack-dev-server": "^3.1.5" | "webpack-dev-server": "^3.1.5", | ||
"copy-webpack-plugin": "^4.5.2" | |||
} | } | ||
} | } | ||
\ No newline at end of file |
Please register or sign in to comment