view config/webpack/loaders/coffee.js @ 488:994ae0349ade

Update all the javascripts
author nanaya <me@nanaya.net>
date Tue, 17 Jan 2023 01:53:36 +0900
parents 802dcd44188e
children
line wrap: on
line source

module.exports = {
  test: /\.coffee(\.erb)?$/,
  use: [{
    loader: 'coffee-loader'
  }]
}