mirror of
https://github.com/status-im/codimd.git
synced 2025-02-18 19:56:31 +00:00
Fix webpack production config
This commit is contained in:
parent
6e651c8108
commit
ddb953da0c
@ -21,7 +21,7 @@ module.exports = Object.assign({}, baseConfig, {
|
||||
async: true,
|
||||
filename: '[name].js',
|
||||
minChunks: Infinity
|
||||
})
|
||||
}),
|
||||
new webpack.DefinePlugin({
|
||||
'process.env': {
|
||||
'NODE_ENV': JSON.stringify('production')
|
||||
|
Loading…
x
Reference in New Issue
Block a user