stealjs / rfcs

A place to discuss higher level changes to Steal
MIT License
2 stars 0 forks source link

Run Babel inside a Service Worker #12

Closed matthewp closed 6 years ago

matthewp commented 7 years ago

@matthewp commented on Fri Jan 15 2016

See https://github.com/bahmutov/babel-service as an example that does this. This could be a good thing to have in development mode as it gives you transpiling with caching for free.


@whitecolor commented on Fri Jan 15 2016

That is not bad. Just a little bit of waiting)

matthewp commented 7 years ago

This one still needs a bit of thought. More generally we need to explore how to better utilize service workers for development.