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

7 lines
93 B
JavaScript

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