-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
We used ember-service-worker with our Glimmer.js app and it just worked fine with version v0.6.2 now we tried to upgrade to the newest version which is currently v0.7.2 but this upgrade broke our build. This is due to the fact, that Glimmer.js has not installed ember-cli-babel and therefore the following code breaks:
| _babelTranspile(tree) { |
On the other hand adding ember-cli-babel breaks our Glimmer.js build. So I'm not sure how to resolve this issue.
I know that Ember.js is not Glimmer.js and therefore I'm not sure if this is an issue with ember-service-worker or a Glimmer.js issue. Nevertheless it would be great to share as much addons and plugins as possible between Ember.js and Glimmer.js
Just let me know what you think about this issue
Metadata
Metadata
Assignees
Labels
No labels