mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2025-01-09 14:07:10 +00:00
5 lines
76 B
JavaScript
5 lines
76 B
JavaScript
|
module.exports = {
|
||
|
test: /\.coffee(\.erb)?$/,
|
||
|
loader: 'coffee-loader'
|
||
|
}
|