jstransformers / jstransformer

Normalize the API of any JSTransformer.
http://npm.im/jstransformer
MIT License
153 stars 12 forks source link

Rollup #179

Closed calebeby closed 7 years ago

calebeby commented 7 years ago

https://github.com/rollup/rollup

I figured... We have Browserify and webpack

calebeby commented 7 years ago

https://github.com/jstransformers/jstransformer-rollup

tunnckoCore commented 7 years ago

good catch but bad implementation

Just pass options both to rollup.rollup(options) then bundle.generate(options) - that separation sucks. That's how I did it in start-rollup and that's how Rollup's CLI is built, and also that's the way how rollup.config.js works.

calebeby commented 7 years ago

Sounds good. I'll do that