serverless-runtime-babel icon indicating copy to clipboard operation
serverless-runtime-babel copied to clipboard

consideration for rollup

Open reggi opened this issue 8 years ago • 0 comments

Rollup allows you to treeshake deps before a bundle is created using es6 import syntax to only include dep functions that are used.

rollup

Because this function is doing the browserifying and babel conversion shouldn't this be the point that rollup be used?

I found this as well.

https://github.com/chadsmith/serverless-rollup-plugin

Thoughts?

reggi avatar May 17 '16 18:05 reggi