Skip to content

Commit aa04ffe

Browse files
authored
Allow webpack 2 and 3 as peerDependencies
Despite the changes in webpack 2, this plugin is still needed in some instances (see for example the discussion here: TypeStrong/ts-loader#108).
1 parent 6372e35 commit aa04ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"webpack"
1111
],
1212
"peerDependencies": {
13-
"webpack": "^1.9.11"
13+
"webpack": "^1.9.11" || "^2" || "^3"
1414
},
1515
"author": "Tiddo Langerak <tiddolangerak@gmail.com>",
1616
"license": "MIT",

0 commit comments

Comments
 (0)