diff --git a/fec.config.js b/fec.config.js index ae5f897b5..9207a4813 100644 --- a/fec.config.js +++ b/fec.config.js @@ -12,7 +12,7 @@ module.exports = { debug: true, plugins: [ new webpack.DefinePlugin({ - IS_DEV: process.env.NODE_ENV === 'development', + IS_DEV: process.env.NODE_ENV !== 'production', }), ], moduleFederation: {