From d83c9bcbb013f0261eac4e43f840ae8333c81b45 Mon Sep 17 00:00:00 2001 From: Eungyeol <66717787+eungyeole@users.noreply.github.com> Date: Fri, 5 Nov 2021 00:55:48 +0900 Subject: [PATCH] =?UTF-8?q?fix(ui):=20@emotion/styled=EA=B0=80=20=EB=B2=88?= =?UTF-8?q?=EB=93=A4=EB=9F=AC=20external=EC=97=90=EC=84=9C=20=EB=88=84?= =?UTF-8?q?=EB=9D=BD=20(#27)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ui/esbuild.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/esbuild.config.js b/packages/ui/esbuild.config.js index f603350..da9bd2e 100644 --- a/packages/ui/esbuild.config.js +++ b/packages/ui/esbuild.config.js @@ -9,7 +9,7 @@ esbuild format: 'cjs', sourcemap: true, bundle: true, - external: ['react', 'react-dom', '@emotion/react'], + external: ['react', 'react-dom', '@emotion/react', '@emotion/styled'], plugins: [pnpPlugin()], }) .catch(() => process.exit(1));