mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-26 20:43:42 +01:00
5 lines
76 B
JavaScript
5 lines
76 B
JavaScript
|
module.exports = {
|
||
|
test: /\.coffee(\.erb)?$/,
|
||
|
loader: 'coffee-loader'
|
||
|
}
|