Open tadaskay opened 7 years ago
Would it be possible to add webpack2 support?
I'm getting the following:
Module build failed: TypeError: Can't add property _opts, object is not extensible
It works if I remove the if (!this._opts block, but probably it has performance hit?
if (!this._opts
Yep. Confirmed. I'll tackle this as a part of https://github.com/FormidableLabs/webpack-alternate-require-loader/issues/5
Would it be possible to add webpack2 support?
I'm getting the following:
It works if I remove the
if (!this._opts
block, but probably it has performance hit?