mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-11 18:26:50 +00:00
Most of this is automatically generated by the rake task: `bundle exec rake webpacker:install` Docs: https://github.com/rails/webpacker/tree/5-x-stable
6 lines
154 B
JavaScript
6 lines
154 B
JavaScript
process.env.NODE_ENV = process.env.NODE_ENV || 'production'
|
|
|
|
const environment = require('./environment')
|
|
|
|
module.exports = environment.toWebpackConfig()
|