You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/12/15 21:26:27 UTC

[GitHub] [airflow] bbovenzi commented on a diff in pull request #28245: Add markdown rendering for task notes.

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


##########
airflow/www/jest.config.js:
##########
@@ -28,6 +28,7 @@ const config = {
   moduleNameMapper: { // Listing all aliases
     '^src/(.*)$': '<rootDir>/static/js/$1',
   },
+  transformIgnorePatterns: [], // transform node_modules

Review Comment:
   @pierrejeambrun were you going to update this array to only ignore the specific files from react-markdown?



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org