-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react-html-email fails to compile when building #55
Comments
@borisyordanov The It provides some work-arounds; I hope that helps. |
@newyork-anthonyng I got it working with step 3, however, i feel like this is a bug with this package and attempt to fix it should be made. |
@borisyordanov this should be fixed. We just ran into issue with this in IE 11 on our app. @MelkorNemesis's pull request should be merged IMHO. |
This is not the only place where build .. failes owing to syntax. There are multiple places at which it fails.. |
is the fix pushed to npm ? i still got the problem on builds. |
Same here. Specifically:
|
Still seeing this issue as well. Is there a timeline on fixing this? |
Hey since this issue has not not been fixed here i finished by using a fork of this library but fixed : |
@Meshredded I tried installing and using your package and received the following error while running my project in development. |
Update: With Create-React-App 2 this should no longer be a problem since it gets compiled. I yarn added this package and moved all my references to it instead of my "in src" version. |
Change the dependency: react-html-email by react-html-email-browser |
I have an app built with create-react-app. When i run the build command i get this error:
Here is my package.json
I also attached the debug log 2018-01-14T15_07_27_354Z-debug.log
Can anyone tell me how i can fix this?
The text was updated successfully, but these errors were encountered: