diff --git a/public/react/config/webpack.config.prod.js b/public/react/config/webpack.config.prod.js index e1da1d12a..f6960d77c 100644 --- a/public/react/config/webpack.config.prod.js +++ b/public/react/config/webpack.config.prod.js @@ -54,9 +54,9 @@ const extractTextPluginOptions = shouldUseRelativeAssetPaths // console.log('publicPath ', publicPath) module.exports = { - externals: { - 'react': 'window.React' - }, + // externals: { + // 'react': 'window.React' + // }, // Don't attempt to continue if there are any errors. bail: true, // We generate sourcemaps in production. This is slow but gives good results.