-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Description
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:
Creating an optimized production build...
Failed to compile.Failed to minify the code from this file:
./node_modules/@brightcove/react-player-loader/dist/brightcove-react-player-loader.es.js:251Read more here: http://bit.ly/2tRViJ9
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.
Metadata
Metadata
Assignees
Labels
No labels