浏览代码

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

louhangfei 1 年之前
父节点
当前提交
f01eac075a
共有 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: {