-
-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
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
Possible breaking change on recent version released #252
Comments
See #251 |
Yes, I was playing with some of the configuration and I thought I messed them up, trying to solve this problem about 5 hours. I just figured out it was related to a new update. |
This is also affecting Create React App. See facebook/create-react-app#6334. |
@mrmckeb It's terser-webpack-plugin problem. They imported default with interop from the package with potential named exports. |
Thanks @TrySound, I'll chase them up. |
FYI Issue also effects Nuxt |
* chore: rebuild lock file from scratch This fixes issues related to missing nested dependencies in the convention packages. * fix: include stylelint manually This fixes a strange behaviour with the `@peakfijn/config-stylelint` package. * fix: manually rollback to terser 3.14.1 See terser/terser#252 * test: use proper url in highlight test This fixes some eslint warnings lecturing about accessible link elements.
Is not this duplicate of #251?
It would be terser-webpack-plugin's problem if that would be a v4 terser release, but it's v3.16.0. So it's terser's problem as the change is breaking. |
Thanks for the report. Fixed in 3.16.1 |
Bug report
I'm getting TypeError: Cannot read property 'minify' of undefined errors on build.
Details on vercel/next.js#6194
Is it possible that the most recent version of terser released 2 hours ago is related to that issue?
Thanks in advance!
UPDATE
The fix is being addressed here.
Meanwhile, if you cannot wait for an official release with the patch, there is a suggested workaround:
vuejs/vue-cli#3407 (comment)
The text was updated successfully, but these errors were encountered: