1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-08 23:25:02 +00:00
mon-entreprise/source/webpack.test.js

9 lines
202 B
JavaScript
Raw Normal View History

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