You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using watchify, you will not get a re-bundle if you make a change in a CSS dependency - i.e. a style sheet that was brought in with an import() statement.
The solution for this tool is to emit a file event when a new dependency is discovered. See here and here.
Using
watchify
, you will not get a re-bundle if you make a change in a CSS dependency - i.e. a style sheet that was brought in with animport()
statement.The solution for this tool is to emit a
file
event when a new dependency is discovered. See here and here.Related:
mattdesl/budo#57
The text was updated successfully, but these errors were encountered: