Explorar el Código

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

louhangfei hace 1 año
padre
commit
a2e35dd3be
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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: {