2019-11-03 16:49:49 +01:00

7 lines
93 B
JavaScript

module.exports = {
test: /\.coffee(\.erb)?$/,
use: [{
loader: 'coffee-loader'
}]
}