-
Notifications
You must be signed in to change notification settings - Fork 144
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
Catalog build fails with UglifyJs compile error #541
Comments
I have the same Problem! |
Could you fix the problem? |
Hi Guys, You need to use npm shrinkwrap and enforce in catalog github-slugger 1.1.3 as dep :) |
@aranwe Could you provide more detail on how to do this please? @grossbart , @blowery Could you maybe just alter the package to only use github-slugger 1.1.3 and no higher for now? Not being able to build is a major Issue. |
When recently changing our catalog project, the build is no longer working giving an UglifyJs error:
There was no change to our project except from markdown files.
A recent version of
github-slugger
using ES6 seems not to be handled by Babel and breaks UglifyJs.The text was updated successfully, but these errors were encountered: