Update loader-utils dependecy to ^0.2.16#371
Conversation
Anything below 0.2.16 for loader-utils causes issues with webpack 2 (webpack/webpack#3060 (comment) and I have replicated the issue)
|
Thank you, although this new version will be picked up anyway as we use carret. But it also makes sense to increase the version. |
Codecov Report@@ Coverage Diff @@
## master #371 +/- ##
=======================================
Coverage 80.92% 80.92%
=======================================
Files 6 6
Lines 152 152
Branches 33 33
=======================================
Hits 123 123
Misses 13 13
Partials 16 16Continue to review full report at Codecov.
|
|
Ah, spent the last little bit tracking this down. When does this get released to npm? |
|
At some point, for now just remove your node_modules and install again. |
|
I'm pretty sure if you have another dependency that hard requires 0.2.15 or below, npm will happily install the lower version and be content that it has satisfied the dependency of babel-loader. |
Yes. For now, I basically removed babel-loader, added [email protected] explicitly, then added babel-loader. It probably will blow up again if I do another install, but hopefully last long enough until this is published. |
Anything below 0.2.16 for loader-utils causes issues with webpack 2 (webpack/webpack#3060 (comment) and I have replicated the issue)
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
What is the current behavior? (You can also link to an open issue here)
Webpack build fails with the error:
What is the new behavior?
Webpack build succeeds
Does this PR introduce a breaking change?