From c31174f7751ab5187f14699a4b3161331d5387fd Mon Sep 17 00:00:00 2001 From: Michael Kochell <6913320+mickmister@users.noreply.github.com> Date: Thu, 27 Oct 2022 23:20:31 -0400 Subject: [PATCH] use react-dom webpack external --- webapp/webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/webpack.config.js b/webapp/webpack.config.js index d6c755aa..cc708d98 100644 --- a/webapp/webpack.config.js +++ b/webapp/webpack.config.js @@ -49,6 +49,7 @@ module.exports = { }, externals: { react: 'React', + 'react-dom': 'ReactDOM', redux: 'Redux', 'react-redux': 'ReactRedux', 'prop-types': 'PropTypes',