瀏覽代碼

chore(vite.config.ts) codeInspectorPlugin增加 openIn: reuse 属性

louhangfei 1 年之前
父節點
當前提交
a2e35dd3be
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      vite.config.ts

+ 1 - 0
vite.config.ts

@@ -57,6 +57,7 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
       svg,
       codeInspectorPlugin({
         bundler: 'vite',
+        openIn: 'reuse',
       }),
     ],
     define: {