mattdesl / budo

:clapper: a dev server for rapid prototyping
MIT License
2.18k stars 106 forks source link

Support multiple file bundles #202

Closed mikeal closed 7 years ago

mikeal commented 7 years ago

It's pretty common to need a Service Worker or Web Worker in another file.

What I want is something like budo index.js:bundle.js worker.js:sw.js that would compile multiple end points.

mattdesl commented 7 years ago

Sounds good with me. 👍 Just wonder how to handle the current --serve API.

mattdesl commented 7 years ago

Closing since this is a duplicate of #139. Still not sure how to fit this into the architecture of budo (and dealing with multiple watchify instances).