Using ES2015 in NPMs?

Is there an easy way to enable ES2015 inside NPMs in Meteor?

Take a look at Arunodas npm-base or Ben’s jsnext-skeleton repos then do:

npm run prepublish (in package directory) to generate the es5 code

I think Ben’s is closer to the other packages I’ve used

1 Like

Awesome, thanks! I’ll have a look.