bbovenzi commented on code in PR #29413:
URL: https://github.com/apache/airflow/pull/29413#discussion_r1114762187


##########
airflow/www/webpack.config.js:
##########
@@ -136,6 +137,15 @@ const config = {
           'css-loader',
         ],
       },
+      // Extract css files
+      {
+        test: /\.css$/,

Review Comment:
   This allows us to import the css file for react-flow inside of react



-- 
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]

Reply via email to