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
Turns out it was an issue caused by thread-loader used by vue-cli internally not giving the usual loader context. see webpack-contrib/thread-loader#27
However, since _compilation is deprecated, it would be worth to move to the webpack 4 way of using the loader API
Hi,
with [email protected], I'm unable to get this loader working. It throws an error at build time!
I can see _compilation in the deprecated properties in the loader API https://webpack.js.org/api/loaders/#deprecated-context-properties
Maybe it has been removed completely in the latest webpack versions ??
Here's what gives when I console.log(this._compilation)
Hope to hear from you guys!
Thanks for this awesome package!
The text was updated successfully, but these errors were encountered: