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'm trying to build a project using yarn and react-app-env
Failed to minify the code from this file:
I try to use `@babel/preset-env to fix it
I write a .baberc file but didn't work.
Expected Behavior
Compile my mirror-saga dependencies correctly.
Actual Behavior
$ firebase use default && react-app-env --env-file=.env.prod build
Now using alias default (opevere-game)
Creating an optimized production build...
Failed to compile.
Failed to minify the code from this file:
./node_modules/mirror-saga/src/index.js:4:28
Read more here: http://bit.ly/2tRViJ9
Done in 18.24s.
Environment
node -v
: 9,3,0npm -v
: 5.5.1yarn --version
(if you use Yarn): 1.5.1yarn list react-scripts
(if you haven’t ejected): 1.1.1Then, specify:
Steps to Reproduce
I'm using a
mirror-saga
to build a redux-saga and firebase hosting to my React project.More details here: https://github.com/ShMcK/mirror-saga
yarn
andreact-app-env
.baberc
file but didn't work.Expected Behavior
Compile my
mirror-saga
dependencies correctly.Actual Behavior
.babelrc
file:error output:
The text was updated successfully, but these errors were encountered: