loucyx commented on code in PR #42184:
URL: https://github.com/apache/airflow/pull/42184#discussion_r1761352013


##########
airflow/ui/vite.config.ts:
##########
@@ -19,38 +19,27 @@
 import react from "@vitejs/plugin-react-swc";
 import { defineConfig } from "vitest/config";
 
-// Replace the directory to work with the flask plugin generation
-const transformUrlSrc = () => {
-  return {
-    name: "transform-url-src",
-    order: "post",

Review Comment:
   Removed because this property doesn't exist in type `PluginOption`. Add back 
with a `@ts-expect-error` if needed.



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