From ced60d4e356c1dba3636998eef7392ed8287c734 Mon Sep 17 00:00:00 2001 From: Suren Atoyan Date: Tue, 19 Jan 2021 02:28:15 +0400 Subject: [PATCH] clean up vite config file --- playground/vite.config.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/playground/vite.config.js b/playground/vite.config.js index 214efdb..b1c6ea4 100644 --- a/playground/vite.config.js +++ b/playground/vite.config.js @@ -1,5 +1 @@ -export default { - optimizeDeps: { - include: ["@material-ui/core/styles", "@material-ui/icons/ExpandMoreIcon", "@material-ui/icons/ChevronRightIcon"] - } -} +export default {}