This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-05-02 17:04:16 -07:00
|
|
|
module.exports = {
|
|
|
|
test: /\.coffee(\.erb)?$/,
|
2017-05-20 08:31:47 -07:00
|
|
|
loader: 'coffee-loader',
|
|
|
|
};
|