about summary refs log tree commit diff
path: root/config/webpack/loaders/babel.js
blob: c608e708f37da21edc8917cba2cb2af479ac0165 (plain) (blame)
1
2
3
4
5
module.exports = {
  test: /\.js(\.erb)?$/,
  exclude: /node_modules/,
  loader: 'babel-loader'
}