We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b7a58 commit d378f30Copy full SHA for d378f30
vite.config.js
@@ -22,11 +22,10 @@ export default defineConfig({
22
/^@mui\/material.*/,
23
/^@mui\/icons-material.*/,
24
'@mui/x-date-pickers',
25
- '@emotion/react',
26
- '@emotion/styled',
27
- '@emotion/cache',
+ /^@emotion\/react/,
+ /^@emotion\/styled/,
+ /^@emotion\/cache/,
28
'@mui/styled-engine',
29
-
30
/^@openimis.*/,
31
'classnames',
32
'clsx',
0 commit comments