We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8246dad commit 7e036bbCopy full SHA for 7e036bb
vite.config.js
@@ -35,7 +35,14 @@ export default defineConfig({
35
'moment',
36
'prop-types',
37
/^react.*/,
38
- /^redux.*/
+ /^redux.*/,
39
+ '@mui/material',
40
+ '@mui/icons-material',
41
+ '@mui/x-date-pickers',
42
+ '@emotion/react',
43
+ '@emotion/styled',
44
+ '@emotion/cache',
45
+ '@mui/styled-engine',
46
],
47
output: {
48
globals: {},
0 commit comments