**Intended outcome:** npm run build compiles code **Actual outcome:** get the following build error ``` Failed to minify the code from this file: ./node_modules/react-apollo/parser.mjs:13 Read more here: http://bit.ly/2tRViJ9 ``` **How to reproduce the issue:** have a basic create-react-app, add react-apollo beta and try to run "build" script. https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#npm-run-build-fails-to-minify **Version** "react-apollo": "2.1.0-beta.3"
Intended outcome:
npm run build compiles code
Actual outcome:
get the following build error
How to reproduce the issue:
have a basic create-react-app, add react-apollo beta and try to run "build" script.
https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#npm-run-build-fails-to-minify
Version
"react-apollo": "2.1.0-beta.3"