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

@@ -36,6 +36,7 @@
"@types/react": "17.0.41",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"babel-plugin-import": "^1.13.3",
"eslint": "8.11.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^16.1.4",