-
-
Notifications
You must be signed in to change notification settings - Fork 161
Bug in build-helper #232
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
Comments
@AlbertLucianto can you have a look at this one? Seems related to the recent changes. |
I think It related to changes on script "build-helper" in package.json |
Running into this as well. Using |
🎉 This issue has been resolved in version 5.1.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Thank you for fast reaction |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, sorry for my English
In version since 5.0.0, I have a problem with building my app

When I watched file
/dist/browser/getClassName.js
. It contains code in line 8var _optionsDefaults = _interopRequireDefault(require("./schemas/optionsDefaults"));
I think it has to contain
../schemas/optionsDefaults
instead of./schemas/optionsDefaults
I hope that I wrote clear and you can understand me.
The text was updated successfully, but these errors were encountered: