/rails-es6

Rails 5 with ES6 using Sprockets::Commoner

Primary LanguageRuby

Rails 5 with ES6

  • Using Sprockets::Commoner we can easily set up ES6 using Babel transformations in Sprockets.
  • This allows us the use npm packages without the need for Browserify or Webpack.
  • Follow the commit history for set up. Clone and run locally to see it in action yourself.