Skip to content

Commit

Permalink
fix: mui locale files import breaking in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Dabolus committed Jan 20, 2024
1 parent 6bedb1a commit d90e19d
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,6 +17,6 @@ export default defineConfig({
},
},
ssr: {
noExternal: ['remix-i18next'],
noExternal: ['remix-i18next', /@mui\/.*/],
},
});

0 comments on commit d90e19d

Please sign in to comment.