DockYard / ember-service-worker

A pluggable approach to Service Workers for Ember.js
http://ember-service-worker.com
MIT License
237 stars 62 forks source link

Embroider support #187

Open simonihmig opened 3 years ago

simonihmig commented 3 years ago

This addon won't work in an app built with Embroider, as it uses the postprocessTree hook for type=all, which is not supported in Embroider unfortunately.

Any specific reason to use this hook vs. treeForPublic, which I think would also work here when you don't need access to the final compilation result, which is not the case here AFAICT?

sebastianhelbig commented 3 years ago

Anyone working on this?

bloemendal commented 3 years ago

Does anyone have an answer for the treeForPublic question?

charlesfries commented 4 months ago

Can we transfer this repo to adopted ember addons?

mrloop commented 3 months ago

There's a PR for this here https://github.com/DockYard/ember-service-worker/pull/230