rollup / rollup-starter-lib

Bare-bones example of how to create a library using Rollup
MIT License
961 stars 230 forks source link

Babel variant out of date #9

Open rijnhard opened 6 years ago

rijnhard commented 6 years ago

the babel variant still uses a number of properties that have been renamed like entry instead of input.

Also this could be of importance: regarding the transform-runtime plugin vs external-helpers plugins for babel.

saintplay commented 6 years ago

Please update the babel variant

Shyam-Chen commented 6 years ago

I make a new one.

https://github.com/Vanilla-IceCream/Library-Boilerplate

rijnhard commented 4 years ago

From 7.4 it is again out of date, since corejs@3 changes things somewhat