From 5eeb76375c456284b936cd50593be48b635c7128 Mon Sep 17 00:00:00 2001 From: Matt Lyons Date: Mon, 23 Oct 2023 13:25:50 -0500 Subject: [PATCH] Update webpack.config.base.ts --- webpack/webpack.config.base.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webpack/webpack.config.base.ts b/webpack/webpack.config.base.ts index 1e1e6ed..05e2b97 100644 --- a/webpack/webpack.config.base.ts +++ b/webpack/webpack.config.base.ts @@ -45,6 +45,10 @@ const configBase: webpack.Configuration = { 'react-dom/client', 'papi-frontend', 'papi-backend', + '@emotion/react', + '@emotion/styled', + '@mui/icons-material', + '@mui/material', '@sillsdev/scripture', ], module: {