Skip to content

Commit

Permalink
feat: react
Browse files Browse the repository at this point in the history
  • Loading branch information
Hello-job committed Dec 7, 2023
1 parent 2cdc3ce commit efe7937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default ({ mode }) => {
// 不经常更新的代码单独打包成一个 JS 文件,这样就可以减少 HTTP 请求,同时降低服务器压力
// 每个 '键' 都表示一个分包块,'值' 包含列出的模块及其所有依赖项
react: [
'React',
'react',
'react-dom',
'react-redux',
'react-router-dom',
Expand Down

0 comments on commit efe7937

Please sign in to comment.