webpack-contrib / expose-loader

Expose Loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0.7.4 not compatible with webpack v1

amakhrov opened this issue · comments

Looks like in the recent 0.7.4 release peerDependencies: {"webpack": "^2.0.0 || ^3.0.0"} has been added - effectively marking the plugin incompatible with webpack v1.

Is there any change in the code that really makes the module incompatible with v1? It doesn't seem to be the case based on the diff (v0.7.3...v0.7.4) - but maybe I'm missing something?
Also the readme file still contains instructions for webpack v1 usage.

Is it possible to update peerDependencies to allow webpack v1?

webpack@1 is outdated, please update webpack to latest version, thanks