Aintaer / import-glob-loader

Globbing preloader for Webpack
50 stars 16 forks source link

No autoreload #4

Open dreampulse opened 7 years ago

dreampulse commented 7 years ago

If a new sass file is added, webpack dosn't load that file! I have to restart webpack

Aintaer commented 7 years ago

Ah yeah that is a weakness of this plugin's strategy for expansion. I think I tried and gave up on it.

rkingon commented 6 years ago

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)

braco commented 4 years ago

Two years later, are we still reloading webpack to make this work?

jhealey5 commented 4 years ago

@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.