Sfoglia il codice sorgente

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

louhangfei 1 anno fa
parent
commit
f01eac075a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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: {