Преглед изворни кода

chore: ignore warnings from @coze-editor/editor/language-typescript (#557)

Yiwei Mao пре 6 месеци
родитељ
комит
4b2d41b693
2 измењених фајлова са 16 додато и 0 уклоњено
  1. 8 0
      apps/demo-fixed-layout/rsbuild.config.ts
  2. 8 0
      apps/demo-free-layout/rsbuild.config.ts

+ 8 - 0
apps/demo-fixed-layout/rsbuild.config.ts

@@ -23,4 +23,12 @@ export default defineConfig({
   html: {
     title: 'demo-fixed-layout',
   },
+  tools: {
+    rspack: {
+      /**
+       * ignore warnings from @coze-editor/editor/language-typescript
+       */
+      ignoreWarnings: [/Critical dependency: the request of a dependency is an expression/],
+    },
+  },
 });

+ 8 - 0
apps/demo-free-layout/rsbuild.config.ts

@@ -23,4 +23,12 @@ export default defineConfig({
   html: {
     title: 'demo-free-layout',
   },
+  tools: {
+    rspack: {
+      /**
+       * ignore warnings from @coze-editor/editor/language-typescript
+       */
+      ignoreWarnings: [/Critical dependency: the request of a dependency is an expression/],
+    },
+  },
 });