forked from gregberge/error-overlay-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(dep): Upgrade react-dev-utils to support webpack5 (gregberge#67)
- Loading branch information
dengbin03
committed
Apr 12, 2021
1 parent
2da8a4d
commit 36321de
Showing
5 changed files
with
956 additions
and
1,669 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"private": true, | ||
"scripts": { | ||
"start": "webpack-dev-server" | ||
"start": "webpack serve --mode development --env development" | ||
}, | ||
"devDependencies": { | ||
"html-webpack-plugin": "^4.5.0", | ||
"webpack": "^4.0.0", | ||
"webpack-cli": "^3.0.0", | ||
"webpack-dev-server": "^3.11.0" | ||
"html-webpack-plugin": "^5.2.0", | ||
"webpack": "^5.23.0", | ||
"webpack-cli": "^4.6.0", | ||
"webpack-dev-server": "^3.11.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.