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
yarn list react-scripts (if you haven’t ejected): 1.1.1
Then, specify:
Operating system: Linux Version 3.16.0-5-amd64, Debian 3.16.51-3+deb8u1 (2018-01-08)
Browser and version (if relevant): Google Chrome Version 65.0.3325.162 (Official Build) (64-bit)
Steps to Reproduce
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.
Sorry I haven't been very helpful or fast at responding to issues for this repo.
I haven't had much free time over the past few weeks to contribute to OS.
I no longer use this package, and currently use rematch instead of Mirror.
I think the simplest solution here is to mark this package as deprecated in the README. Feel free to fork it and take it over. Open source can be frustrating at times. My apologies.
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
yarn
andreact-app-env
.baberc
file but didn't work.Expected Behavior
Compile my
mirror-saga
dependencies correctly.Actual Behavior
.babelrc
file:error output:
Yes, it compile as well without
mirror-saga
.The text was updated successfully, but these errors were encountered: