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
I use this package in my Create React App (CRA). I import it When I run npm run-script build I get the following error:
Creating an optimized production build...
Failed to compile.
Failed to minify the code from this file:
./node_modules/kitsu/lib/index.mjs:1:1379
Read more here: http://bit.ly/2tRViJ9
Not sure what causes it, but according to link provided in the error message it CRA fails to compile es6 files.
The text was updated successfully, but these errors were encountered:
I use this package in my Create React App (CRA). I import it When I run
npm run-script build
I get the following error:Not sure what causes it, but according to link provided in the error message it CRA fails to compile es6 files.
The text was updated successfully, but these errors were encountered: