guys, does css hot reloading work with gradle proj...
# javascript
d
guys, does css hot reloading work with gradle projects driven by
frontend
plugin? maybe some additional setup required?
a
cc @cy
c
only if loaded via the style loader
(in this case styles will be bundled with scripts and will be hot-reloaded)
d
thanks. could you give some advice where i can learn about
style loader
? is this webpack feature?
c
Yes, it is webpack feature