aboutsummaryrefslogtreecommitdiffstats
path: root/config/webpack/loaders/coffee.js
blob: 4666716dc57c36e79543cddaec6ce16804a68d6a (plain)
1
2
3
4
5
6
module.exports = {
  test: /\.coffee(\.erb)?$/,
  use: [{
    loader: 'coffee-loader'
  }]
}