We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8836983 commit a06a28bCopy full SHA for a06a28b
test/regressions/vite.config.mts
@@ -53,6 +53,7 @@ export default defineConfig({
53
'@mui/utils': path.resolve(WORKSPACE_ROOT, './packages/mui-utils/src'),
54
'@mui/material-nextjs': path.resolve(WORKSPACE_ROOT, './packages/mui-material-nextjs/src'),
55
'@mui/joy': path.resolve(WORKSPACE_ROOT, './packages/mui-joy/src'),
56
+ '@mui/plugin-rtl': path.resolve(WORKSPACE_ROOT, './packages/mui-plugin-rtl/src'),
57
'@mui/internal-docs-utils': path.resolve(
58
WORKSPACE_ROOT,
59
'./packages-internal/docs-utils/src',
0 commit comments