From cf4098b20dadcd378ef2730f32f70e327ab262b4 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 11 Jul 2020 16:02:01 +0200 Subject: making sure cursors and css are good in the main site --- webpack.config.prod.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'webpack.config.prod.js') diff --git a/webpack.config.prod.js b/webpack.config.prod.js index b57c765..6e9f404 100644 --- a/webpack.config.prod.js +++ b/webpack.config.prod.js @@ -18,8 +18,9 @@ module.exports = { plugins: [ new webpack.DefinePlugin({ 'process.env.NODE_ENV': JSON.stringify("production"), - 'process.env.S3_HOST': JSON.stringify(process.env.S3_HOST || ""), - 'process.env.API_HOST': JSON.stringify(process.env.API_HOST || ""), + // 'process.env.S3_HOST': JSON.stringify(process.env.S3_HOST || ""), + // 'process.env.API_HOST': JSON.stringify(process.env.API_HOST || ""), + '__REACT_DEVTOOLS_GLOBAL_HOOK__': '({ isDisabled: true })' }), new TerserPlugin(), new webpack.optimize.AggressiveMergingPlugin(), -- cgit v1.2.3-70-g09d2