-
Notifications
You must be signed in to change notification settings - Fork 16
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
No autoreload #4
Comments
Ah yeah that is a weakness of this plugin's strategy for expansion. I think I tried and gave up on it. |
anything additional on this? we use it to import a folder full of components that require no dependency on the order of precedence, but we're constantly adding new files and it trips out new devs that don't know the "caveat" (it's on like 4 diff folders throughout the build) |
Two years later, are we still reloading webpack to make this work? |
@braco Assuming you use it the same way I do, you don't need to fully reload webpack, you just need to resave an existing known sass file. |
If a new sass file is added, webpack dosn't load that file! I have to restart webpack
The text was updated successfully, but these errors were encountered: