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
In #215, where AppCache/ServiceWorker support was implemented, the feature was limited because there was no way to differentiate between a build for dev and a build for prod inside lib/broccoli/angular2-app.js.
The service worker or app cache should not be installed for dev builds by default, since it would interfere with rapid change app > reload > repeat lifecycle.
I'm just opening this issue for discussion/tracking of allowing different behavior for different environments; I don't have a proposed design. Given that dev and prod builds should generally not exhibit different behavior, this design should have good constraints to discourage abuse.
The text was updated successfully, but these errors were encountered:
In #215, where AppCache/ServiceWorker support was implemented, the feature was limited because there was no way to differentiate between a build for dev and a build for prod inside
lib/broccoli/angular2-app.js
.The service worker or app cache should not be installed for dev builds by default, since it would interfere with rapid change app > reload > repeat lifecycle.
I'm just opening this issue for discussion/tracking of allowing different behavior for different environments; I don't have a proposed design. Given that dev and prod builds should generally not exhibit different behavior, this design should have good constraints to discourage abuse.
The text was updated successfully, but these errors were encountered: