-
Notifications
You must be signed in to change notification settings - Fork 29
Incompatible with create-react-app #12
Comments
It would be nice to publish a ES5 compiled version of metamascara... |
For anyone experiencing the same problem as me, I forked mascara (and all its non es5 valid deps), compiled to ES5 and published to npm. You can install ES5 version by simply:
the repo is here. |
Hey sorry I have been away the past week with bad wifi and holiday did not see this issue get opened. Will publish as es5 in the next release next week. |
Would be super cool, thanks |
Hello there, any progress on this issue? |
Using exclusively ES5 libraries is no longer recommended by As of Babel 7 compiling libraries to ES5 is no longer necessary to support applications that target ES5, because transpiling dependencies is now much easier than it was with Babel 6. See this blog post for more details. |
Hello,
when building my creat-react-app, I get this error:
=> https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#npm-run-build-fails-to-minify
Any idea?
Many thanks
The text was updated successfully, but these errors were encountered: