annotate config/webpack/development.js @ 474:389d2f995010

Update to bundler 2
author nanaya <me@nanaya.pro>
date Thu, 30 Apr 2020 03:54:21 +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()