Skip to content

Commit

Permalink
修复白屏
Browse files Browse the repository at this point in the history
  • Loading branch information
master1lan committed Jan 28, 2023
1 parent 51dea04 commit 49aaffc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,14 @@ export default defineConfig(({ mode }) => {
"react-router": ["react-router-dom"],
"react-redux": ["@reduxjs/toolkit", "react-redux"],
axios: ["axios"],
lib: ["@mui/icons-material", "@mui/lab", "@mui/material"],
transform: ["json-bigint", "@emotion/react", "@emotion/styled"],
lib: [
"@mui/icons-material",
"@mui/lab",
"@mui/material",
"@emotion/react",
"@emotion/styled",
],
transform: ["json-bigint"],
"dnd-tool": [
"@dnd-kit/core",
"@dnd-kit/modifiers",
Expand Down

0 comments on commit 49aaffc

Please sign in to comment.