babel/generator-babel-boilerplate

Babel v6

Closed this issue · 6 comments

Time to upgrade! This boilerplate should prob. use the ES2015 preset.

I'll keep an eye on that issue. Thanks!

i made a babel-init generator to easily start new projects with babel support. And it works great with other generators as well. So if babel-boilerplate will be just composed with babel-init then this issue will be resolved for free. and its easy:

this.composeWith('babel-init', {}, {
  local: require.resolve('generator-babel-init/generators/app')
});

I can create pull-request to make it happen, if you will find this helpfull

Isparta is ready to go. I can move this to v6 in the next couple days I think.

Nice @paulfalgout. Let me know before you start; I might have time these next few days, too.

@iamstarkov I'm going to take a look at your generator for future iterations of this project. Sounds neat!