mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
5 lines
76 B
JavaScript
5 lines
76 B
JavaScript
|
module.exports = {
|
||
|
test: /\.coffee(\.erb)?$/,
|
||
|
loader: 'coffee-loader'
|
||
|
}
|