import-glob-loader icon indicating copy to clipboard operation
import-glob-loader copied to clipboard

No autoreload

Open dreampulse opened this issue 8 years ago • 4 comments

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

dreampulse avatar Oct 12 '16 07:10 dreampulse

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

Aintaer avatar Jan 26 '17 23:01 Aintaer

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)

rkingon avatar Nov 19 '17 01:11 rkingon

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

braco avatar Nov 22 '19 23:11 braco

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

jhealey5 avatar Feb 07 '20 09:02 jhealey5