mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-06 16:03:18 +00:00
5 lines
76 B
JavaScript
5 lines
76 B
JavaScript
|
module.exports = {
|
||
|
test: /\.coffee(\.erb)?$/,
|
||
|
loader: 'coffee-loader'
|
||
|
}
|