You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this commit 9d39736retry-axios has been introduced (v1.4.2) which in compiled version contains not transpiled es6 code, which leads to the following error in create-react-app build process:
Failed to minify the code from this file:
./node_modules/@cognite/sdk/node_modules/retry-axios/build/src/index.js:67
Read more here: http://bit.ly/2tRViJ9
In this commit 9d39736
retry-axios
has been introduced (v1.4.2) which in compiled version contains not transpiled es6 code, which leads to the following error in create-react-app build process:Explanation could be found here https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify. All applications which are using older version of cra will fail to build.
The text was updated successfully, but these errors were encountered: