Skip to content

Commit

Permalink
fix: web server
Browse files Browse the repository at this point in the history
  • Loading branch information
amiller68 committed Nov 27, 2023
1 parent a0c445c commit 3c04277
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
"description": "Example of consuming a Wasm Package with WebPack",
"scripts": {
"build": "webpack",
"dev": "webpack serve",
"dev": "webpack-dev-server",
"test": "wasm-pack test --firefox --headless"
},
"devDependencies": {
"@wasm-tool/wasm-pack-plugin": "^1",
"copy-webpack-plugin": "^11.0.0",
"webpack": "^5.86.0",
"webpack-cli": "^5.1.4"
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2193,7 +2193,7 @@ webpack-dev-middleware@^5.3.1:
range-parser "^1.2.1"
schema-utils "^4.0.0"

webpack-dev-server@^4.15.0:
webpack-dev-server@^4.15.1:
version "4.15.1"
resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.15.1.tgz#8944b29c12760b3a45bdaa70799b17cb91b03df7"
integrity sha512-5hbAst3h3C3L8w6W4P96L5vaV0PxSmJhxZvWKYIdgxOQm8pNZ5dEOmmSLBVpP85ReeyRt6AS1QJNyo/oFFPeVA==
Expand Down

0 comments on commit 3c04277

Please sign in to comment.