We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, In our applications we have been using this plugin for a while. Recently. we needed to bump our webpack version to webpack5.
webpack
webpack5
When running our tests we get an error:
/***/if(typeof __webpack_require__!=='undefined') { ^^ SyntaxError: Unexpected token 'if'
This seems like an incompatibility with webpack5.
Currently we are using Node 14 (nvm use 14) withe that following package versions:
"mocha": "10.0.0", "rewiremock": "3.14.3", "webpack": "5.46.0"
Thanks
The text was updated successfully, but these errors were encountered:
Duplicate of #134
Sorry, something went wrong.
No branches or pull requests
Hi,
In our applications we have been using this plugin for a while.
Recently. we needed to bump our
webpack
version towebpack5
.When running our tests we get an error:
This seems like an incompatibility with webpack5.
Currently we are using Node 14 (nvm use 14) withe that following package versions:
Thanks
The text was updated successfully, but these errors were encountered: