1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-08 21:05:01 +00:00
mon-entreprise/source/webpack.test.js
Johan Girod 7ab7c6c7eb 🎨 Format the currencies depending on the locale
Add a withLanguage HOC for abstracting the language
implementation
2018-05-09 11:24:01 +02:00

8 lines
202 B
JavaScript

var webpack = require('webpack'),
common = require('./webpack.common.js')
module.exports = {
...common,
mode: 'development',
plugins: [new webpack.EnvironmentPlugin({ NODE_ENV: 'development' })]
}