import-glob-loader
import-glob-loader copied to clipboard
No autoreload
If a new sass file is added, webpack dosn't load that file! I have to restart webpack
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.