mirror of
https://github.com/mastodon/mastodon.git
synced 2025-02-08 07:55:06 +00:00
5 lines
76 B
JavaScript
5 lines
76 B
JavaScript
![]() |
module.exports = {
|
||
|
test: /\.coffee(\.erb)?$/,
|
||
|
loader: 'coffee-loader'
|
||
|
}
|