-
Notifications
You must be signed in to change notification settings - Fork 66
can this be used with a react app? #59
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
Comments
You will just have to mess with the settings a bit to make the compiler pick up |
Thanks. I'm very new to this stuff and am not sure how to get it working from a basic react app (created using |
I can leave you my |
Thanks, if you could gist it that might be helpful. I think this is a react specific problem though. |
https://gist.github.com/SovietFrontier/d6d88147affd6a69e7baa97ce32dee79 |
Think I got it working. For future reference (using react 16.7.0 & yarn 1.10.1)... Create a react app:
All good? Cool, run
Add this project and update webpack:
Edit
Run |
thanks so much for posting this! works like a charm! |
Thx a lot ! It also works with yarn add html-webpack-plugin@next instead of yarn add [email protected] |
I'm very new to this, apologies if this is a silly question but I'm quite lost.
I want to create a react app in a single html file. Is it possible?
The text was updated successfully, but these errors were encountered: