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
When no CSS files exist in a bundle, the callback is never called. This leads to webpack finishing silently without any output. Everything works well once we have at least one bundle that contains some css.
When no CSS files exist in a bundle, the
callback
is never called. This leads to webpack finishing silently without any output. Everything works well once we have at least one bundle that contains some css.A possible fix (see the
finished
variable):The text was updated successfully, but these errors were encountered: