-
-
Notifications
You must be signed in to change notification settings - Fork 631
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
Update generators for proper jquery config #169
Comments
I did make this PR: shakacode/react-webpack-rails-tutorial#163. The Webpack Dev Server didn't need jquery-ujs. |
@justin808 ok, what do you mean by "The Webpack Dev Server didn't need jquery-ujs" in this issue? |
@justin808 I am supposed to see |
You should not. the hot.config is for the webpack dev server, serving a "jade" template file (no rails). jquery-ujs is rails specific, so it only goes in the rails webpack configs. |
Simple change to the generators: we don't need jquery-ujs for the webpack dev server.
This issue brought this to light: shakacode/react-webpack-rails-tutorial#185
@yorzi This should be a really simple change to make. Ping me if you need help.
The text was updated successfully, but these errors were encountered: