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/18 14:56:01 UTC

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

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


##########
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:
   Just updated the PR ! 



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