Skip to content

Commit

Permalink
chore: Node v20, plus webpack-dev-server
Browse files Browse the repository at this point in the history
Heroku no longer supports v16.
  • Loading branch information
pat committed Nov 7, 2023
1 parent 0c59666 commit f8f72b1
Show file tree
Hide file tree
Showing 2 changed files with 994 additions and 14 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@
"yarn": "^1.22.5"
},
"devDependencies": {
"@webpack-cli/serve": "^1.5.1"
"@webpack-cli/serve": "^1.5.1",
"webpack-dev-server": "^4.15.1"
},
"engines": {
"node": "16.x.x"
"node": "20.x.x"
},
"license": "MIT",
"babel": {
Expand All @@ -35,5 +36,8 @@
},
"browserslist": [
"defaults"
]
],
"scripts": {
"start": "NODE_OPTIONS=--openssl-legacy-provider bin/webpack-dev-server"
}
}
Loading

0 comments on commit f8f72b1

Please sign in to comment.