mastodon/config/webpack/loaders/coffee.js

5 lines
78 B
JavaScript

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