Skip to content

Commit

Permalink
web: Drop webpack-dev-server and use webpack serve
Browse files Browse the repository at this point in the history
  • Loading branch information
Herschel committed Oct 19, 2020
1 parent 9a13de0 commit 8465638
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions web/packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
"private": true,
"scripts": {
"build": "webpack",
"serve": "webpack-dev-server"
"serve": "webpack serve"
},
"dependencies": {
"ruffle-selfhosted": "^0.1.0"
},
"devDependencies": {
"webpack-cli": "^4.0.0",
"webpack-dev-server": "^3.11.0"
"webpack-cli": "^4.0.0"
}
}

0 comments on commit 8465638

Please sign in to comment.