perf(dev): speed up dev server

Avoid compiling the entire of mui library by using babel.
This commit is contained in:
rusconn
2022-03-25 10:03:49 +00:00
parent b02c9d6169
commit 55fd4a6473
15 changed files with 114 additions and 83 deletions

View File

@@ -1,4 +1,4 @@
import { createTheme } from "@mui/material";
import { createTheme } from "@mui/material/styles";
export const theme = createTheme({
palette: {