2019-05-17 12:30:45 +02:00

7 lines
93 B
JavaScript

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