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
There should be a convenience method for connect too. browser-sync has an array of plugins which is returned from .all(path). Connect uses app.use(.layer1) for each component. We should have an app.use(.all(path)) too.
Assigned to 3.0.0 - going to be a big breaking change
The text was updated successfully, but these errors were encountered:
There should be a convenience method for connect too. browser-sync has an array of plugins which is returned from
.all(path)
. Connect usesapp.use(.layer1)
for each component. We should have anapp.use(.all(path))
too.Assigned to 3.0.0 - going to be a big breaking change
The text was updated successfully, but these errors were encountered: