-
Notifications
You must be signed in to change notification settings - Fork 21
Failed to minify on build #8
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
Thanks for the issue. Looks like we are transforming the files but there is some ES6 code left like const. We are using the browserlist project to determine which browsers to target and it's possible that they all support things like |
It seems like this issue is specific to this project - or specific to modules that are
I am still trying to figure out why this is the case. |
Found the issue. Versions of |
@Mantis748 Please try again with 1.0.2 of this library. Hope it resolves your issue. If not, please let us know. |
Works great - appreciate the extremely fast fix! @misteroneill |
No worries - thanks for reporting the issue @Mantis748 - it's really appreciated! |
Uh oh!
There was an error while loading. Please reload this page.
Bootstrapped a project in Visual Studio Code using create-react-app, then installed @brightcove/react-player-loader. The dependency works fine during development, but when building (npm run build at the terminal), the following message is received:
I'm new at JS dev, but from what I gather in the link above, this was published as an ES6 file and needs to be built and published as a transpiled version.
The text was updated successfully, but these errors were encountered: