-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
WebPack support #618
Comments
Some more details like output log would helps other help you much better. Main thing you might be missing is the JSX loader and node_modules support.
This is my webpack config.
and
|
Forgot about less files. You can import an
and then in app.less you can have
The |
is no longer in master branch. |
@wizawu yes, looks like styles have moved to react components themselves. Interesting. |
So if you are using master, you'll probably not need to import those less files. |
Looks like this question has been addressed. |
It seems that failed complied by babel-loader? Is that not been supported yet? |
Could you provide an example or a documentation how to use it with the WebPack please?
I have tried it with common WebPack config, but it doesn't work.
The text was updated successfully, but these errors were encountered: