Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
HARP-12623 Fix yo generator (#1920)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Stichbury <2533428+nzjony@users.noreply.github.com>
  • Loading branch information
nzjony committed Oct 28, 2020
1 parent 1b4b3bd commit e3a0ce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start": "webpack-dev-server"
"start": "webpack serve"
},
"author": "",
"private": true
Expand Down
2 changes: 1 addition & 1 deletion @here/harp-webpack-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"webpack-merge": "^4.2.2"
},
"peerDependencies": {
"webpack": "^4.43.0"
"webpack": "^5.3.0"
},
"devDependencies": {
"@types/copy-webpack-plugin": "^6.0.0",
Expand Down

0 comments on commit e3a0ce2

Please sign in to comment.