Skip to content

Commit 0a2f3c3

Browse files
themrekasperpeulen
authored andcommitted
Feature/webpack3 (facebook#2574)
* Add source-map-loader to support source maps of dependencies * merge with latest develop * add ModuleConcatenationPlugin * revert source-map-loader * bump to 3.1 and update dev-server * rebase to master * rebase again * bump webpack * remove ModuleConcatenationPlugin, downgraded react packages, bump etwp * ETWP rc1 only for testing * bump ETWP and webpack 3 * bump WP3 * revert to 3.2.0 * bump sw-precache-webpack-plugin * bump back to 3.3.0 * bump dev-server and manifest
1 parent 7255a60 commit 0a2f3c3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/react-scripts/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,23 @@
3939
"eslint-plugin-import": "2.7.0",
4040
"eslint-plugin-jsx-a11y": "5.1.1",
4141
"eslint-plugin-react": "7.1.0",
42-
"extract-text-webpack-plugin": "2.1.2",
42+
"extract-text-webpack-plugin": "3.0.0",
4343
"file-loader": "0.11.2",
4444
"fs-extra": "3.0.1",
4545
"html-webpack-plugin": "2.29.0",
4646
"jest": "20.0.4",
4747
"object-assign": "4.1.1",
4848
"postcss-flexbugs-fixes": "3.0.0",
4949
"postcss-loader": "2.0.6",
50-
"promise": "7.1.1",
50+
"promise": "8.0.1",
5151
"react-dev-utils": "^3.0.2",
5252
"react-error-overlay": "^1.0.9",
5353
"style-loader": "0.18.2",
54-
"sw-precache-webpack-plugin": "0.11.3",
54+
"sw-precache-webpack-plugin": "0.11.4",
5555
"url-loader": "0.5.9",
56-
"webpack": "2.6.1",
57-
"webpack-dev-server": "2.5.1",
58-
"webpack-manifest-plugin": "1.1.0",
56+
"webpack": "3.3.0",
57+
"webpack-dev-server": "2.6.1",
58+
"webpack-manifest-plugin": "1.2.1",
5959
"whatwg-fetch": "2.0.3"
6060
},
6161
"devDependencies": {

0 commit comments

Comments
 (0)