Retrospring/config/webpack/environment.js

6 lines
172 B
JavaScript
Raw Normal View History

2020-12-24 14:26:54 -08:00
const { environment } = require('@rails/webpacker')
const coffee = require('./loaders/coffee')
2020-12-24 14:26:54 -08:00
environment.loaders.prepend('coffee', coffee)
2020-12-24 14:26:54 -08:00
module.exports = environment