diff --git a/vite.config.js b/vite.config.js index 79bfb72..cf6a911 100644 --- a/vite.config.js +++ b/vite.config.js @@ -100,7 +100,7 @@ export default defineConfig({ // 'react-redux', // 'axios', // 'echarts' - ], + // ], output: { // 静态资源分类和包装 chunkFileNames: "js/[name]-[hash].js", @@ -144,4 +144,4 @@ export default defineConfig({ }, }, }, -}); \ No newline at end of file +});