-
Notifications
You must be signed in to change notification settings - Fork 384
hot reloading fix #373
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
hot reloading fix #373
Conversation
Some questions. Looking good. Reviewed 5 of 5 files at r1. client/webpack.client.base.config.js, line 84 at r1 (raw file):
Do we need to specify this option elsewhere? client/webpack.server.rails.build.config.js, line 78 at r1 (raw file):
Are we sure we want to remove this option? client/yarn.lock, line 133 at r1 (raw file):
why is this file changing? config/database.yml, line 31 at r1 (raw file):
why is this changing? Comments from Reviewable |
Answered questions. Will add commit with fixes in a minute. Review status: all files reviewed at latest revision, 4 unresolved discussions. client/webpack.client.base.config.js, line 84 at r1 (raw file): Previously, justin808 (Justin Gordon) wrote…
It is already specified on every use of this loader explicitly. client/webpack.server.rails.build.config.js, line 78 at r1 (raw file): Previously, justin808 (Justin Gordon) wrote…
Yes. This was a mistake. I think that @kaizencodes tried to get rid of client/yarn.lock, line 133 at r1 (raw file): Previously, justin808 (Justin Gordon) wrote…
My mistake. I will remove it. config/database.yml, line 31 at r1 (raw file): Previously, justin808 (Justin Gordon) wrote…
My mistake again. I will remove it. Comments from Reviewable |
@justin808 fixed unneded changes |
Reviewed 2 of 2 files at r2. Comments from Reviewable |
Review status: all files reviewed at latest revision, 2 unresolved discussions. client/webpack.server.rails.build.config.js, line 78 at r1 (raw file): Previously, szyablitsky (Sergey Zyablitsky) wrote…
OK Comments from Reviewable |
This returns styles for hot reloading and silences
[sass-resources-loader]:
options.contextis missing. Using current working directory as a root instead
error.We do not need
webpack.LoaderOptionsPlugin
anymore, because all loaders used with individual options.This change is