Skip to content

Commit cc01da9

Browse files
authored
Restricting webpack version to 2.1.0-beta.22
As for now, `npm install` installs `beta.25` version which fails claiming that the webpack config file is invalid. It seems that the webpack team introduced some changes in `beta.23` which break on some configs: JeffreyWay/laravel-elixir-webpack-official#17 .
1 parent d9f375a commit cc01da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"ts-loader": "^0.8.2",
4848
"typescript": "^2.0.2",
4949
"typings": "^1.3.3",
50-
"webpack": "^2.1.0-beta.21",
50+
"webpack": "2.1.0-beta.22",
5151
"webpack-dashboard": "^0.1.8",
5252
"webpack-dev-server": "^1.15.1",
5353
"webpack-merge": "^0.14.1",

0 commit comments

Comments
 (0)