Skip to content

Commit

Permalink
Allow webpack 2 and 3 as peerDependencies
Browse files Browse the repository at this point in the history
Despite the changes in webpack 2, this plugin is still needed in some instances (see for example the discussion here: TypeStrong/ts-loader#108).
  • Loading branch information
gabro authored Jul 10, 2017
1 parent 6372e35 commit aa04ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"webpack"
],
"peerDependencies": {
"webpack": "^1.9.11"
"webpack": "^1.9.11" || "^2" || "^3"
},
"author": "Tiddo Langerak <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit aa04ffe

Please sign in to comment.