bholloway / resolve-url-loader

Webpack loader that resolves relative paths in url() statements based on the original source file
563 stars 71 forks source link

Rework as optional peer dependency #166

Closed bholloway closed 3 years ago

bholloway commented 3 years ago

As suggested in #160.

Seems that this works fine except that it doesn't really do anything. I would expect there to be a warning if the installed dependency version did not match.

For example, if I have rework@0.20.3 installed instead of the required rework@1.0.1 then I would expect that mismatch to have a warning.