Skip to content

Commit 66784e4

Browse files
lencionidanez
authored andcommitted
Update to webpack 3 (#471)
Now that webpack 3 is out, I am bumping some versions in here so folks can update. I don't know if any other changes are required but I figured I'd get the ball rolling.
1 parent 8544ffa commit 66784e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"peerDependencies": {
1818
"babel-core": "6 || 7 || ^7.0.0-alpha || ^7.0.0-beta || ^7.0.0-rc",
19-
"webpack": "2"
19+
"webpack": "2 || 3"
2020
},
2121
"devDependencies": {
2222
"ava": "^0.19.0",
@@ -40,7 +40,7 @@
4040
"react-intl": "^2.1.2",
4141
"react-intl-webpack-plugin": "^0.0.3",
4242
"rimraf": "^2.4.3",
43-
"webpack": "^2.2.0"
43+
"webpack": "^3.0.0"
4444
},
4545
"scripts": {
4646
"clean": "rimraf lib/",

0 commit comments

Comments
 (0)