Skip to content

Commit

Permalink
Update vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
whevether authored Nov 10, 2023
1 parent 32b52ae commit 108ada6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default defineConfig({
// 'react-redux',
// 'axios',
// 'echarts'
],
// ],
output: {
// 静态资源分类和包装
chunkFileNames: "js/[name]-[hash].js",
Expand Down Expand Up @@ -144,4 +144,4 @@ export default defineConfig({
},
},
},
});
});

0 comments on commit 108ada6

Please sign in to comment.