annotate config/webpack/development.js @ 482:403f71d22b7b

Update gems
author nanaya <me@nanaya.pro>
date Sun, 28 Nov 2021 19:45:59 +0900
parents 802dcd44188e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
468
802dcd44188e Now with webpacker
nanaya <me@nanaya.pro>
parents:
diff changeset
1 process.env.NODE_ENV = process.env.NODE_ENV || 'development'
802dcd44188e Now with webpacker
nanaya <me@nanaya.pro>
parents:
diff changeset
2
802dcd44188e Now with webpacker
nanaya <me@nanaya.pro>
parents:
diff changeset
3 const environment = require('./environment')
802dcd44188e Now with webpacker
nanaya <me@nanaya.pro>
parents:
diff changeset
4
802dcd44188e Now with webpacker
nanaya <me@nanaya.pro>
parents:
diff changeset
5 module.exports = environment.toWebpackConfig()