You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Module build failed: TypeError: this._compiler.applyPlugins is not a function
at Object.module.exports (/home/luism/project/journal/node_modules/reshape-loader/lib/index.js:26:18)
Hi there! Reshape-loader is not compatible with webpack 4 at all. Webpack 4 is massively breaking for just about every loader and plugin, it's an incredible amount of work to upgrade deeply integrated loaders like this, webpack still does not have an official migration guide, and I have a ton of work on my plate, so I haven't been able to get to it.
If you are interested in helping out with getting reshape-loader to webpack 4 compatibility, that would be amazing, and I'd be happy to advise best I can.
With the environment
webpack -d
outputs the errorLooking at
loader/lib/index.js
Lines 25 to 26 in 5b49bcb
https://github.com/webpack/webpack/blob/d668a23fdc69c61ab80ec8db89a5b49778559534/lib/Compilation.js#L1833-L1838
I gather this may have something to do with method
applyPlugins
deprecation.Any plans to support webpack 4?
Steps to Reproduce
The first test fails with the same error.
The text was updated successfully, but these errors were encountered: