stephenLYZ commented on a change in pull request #18658:
URL: https://github.com/apache/superset/pull/18658#discussion_r803490099



##########
File path: superset-frontend/webpack.config.js
##########
@@ -344,6 +344,11 @@ const config = {
         ],
         use: [babelLoader],
       },
+      {
+        test: /\.js$/,
+        include: /node_modules\/react-dom/,
+        use: ['react-hot-loader/webpack'],
+      },

Review comment:
       FYI. We may use 
[react-refresh](https://github.com/pmmmwh/react-refresh-webpack-plugin) to 
replace react-hot-loader in the future, which is more active.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to