Skip to content

Commit

Permalink
Merge webpack configuration (#5722)
Browse files Browse the repository at this point in the history
* Rename production configuration

* Upgrade lint staged

* Merge mode, bail, devtool, and entry

* Merge output settings

* Remove old comment

* Merge some trivial differences

* Disable minimize in development mode

* Only minify html and generate SW in production

* Adjust comment

* Toggle development plugins

* Add missing imports

* Scope settings

* Delete development config

* Use new config file

* Remove unnecessary config import
  • Loading branch information
Timer authored Nov 8, 2018
1 parent 32106d2 commit 30ee52c
Show file tree
Hide file tree
Showing 7 changed files with 667 additions and 1,046 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"jest": "^23.6.0",
"lerna": "2.9.1",
"lerna-changelog": "^0.7.0",
"lint-staged": "^7.0.5",
"lint-staged": "^8.0.4",
"meow": "^5.0.0",
"multimatch": "^2.1.0",
"prettier": "1.14.3",
Expand Down
461 changes: 0 additions & 461 deletions packages/react-scripts/config/webpack.config.dev.js

This file was deleted.

659 changes: 659 additions & 0 deletions packages/react-scripts/config/webpack.config.js

Large diffs are not rendered by default.

Loading

0 comments on commit 30ee52c

Please sign in to comment.