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
It builds and runs without any errors using 4.1.3.
Upgrade to 4.2.0 and it still builds fine but the code stops working.
That the same code should continue to work.
What actually happens:
Seems like the mapping in webpack.DllPlugin is broken by the upgrade.
Webpack 3.12.0 React Hot Loader version: 4.1.3 and 4.2.0
node -v
npm -v
Then, specify:
Sorry, no demo.
The text was updated successfully, but these errors were encountered:
Doesn't work for me either :(
Sorry, something went wrong.
I need some demo to reproduce on source of the file with error. It sounds like a our babel plugin, but I dont have any example with DLL stuff.
I reckon - this is the root cause - #975 Could anybody provide some text around the problem line? More about who is requiring the file with issue.
Look like there is nothing to fix here.
theKashey
No branches or pull requests
Description
It builds and runs without any errors using 4.1.3.
Upgrade to 4.2.0 and it still builds fine but the code stops working.
Expected behavior
That the same code should continue to work.
Actual behavior
What actually happens:
Seems like the mapping in webpack.DllPlugin is broken by the upgrade.
Environment
Webpack 3.12.0
React Hot Loader version: 4.1.3 and 4.2.0
node -v
: v9.4.0npm -v
: 6.0.1Then, specify:
Reproducible Demo
Sorry, no demo.
The text was updated successfully, but these errors were encountered: