Browse Source

修正config
Signed-off-by: Caner

Caner 4 years ago
parent
commit
b4cf338b94
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vite.config.js

+ 1 - 1
vite.config.js

@@ -63,7 +63,7 @@ export default defineConfig({
       }
     },
     rollupOptions: {
-      input: entryConfig().
+      input: entryConfig(),
       output: { //静态资源分类打包
         chunkFileNames: 'js/[name]-[hash].js',
         entryFileNames: 'js/[name]-[hash].js',