Skip to content

Commit 615d0b5

Browse files
committed
fix webpack version as there is an issue with beta version bigger than 22
1 parent 8eb4cc9 commit 615d0b5

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
@@ -130,7 +130,7 @@
130130
"ts-node": "^1.3.0",
131131
"typescript": "^2.0.0",
132132
"wait-on": "^1.5.2",
133-
"webpack": ">=2.1.0-beta.18 || ^2.1.0",
133+
"webpack": "=2.1.0-beta.22 || ^2.1.0",
134134
"webpack-dev-server": ">=2.1.0-beta.0 || ^2.1.0",
135135
"webpack-notifier": "^1.4.1"
136136
}

0 commit comments

Comments
 (0)