From 0ff2ecbe7d67a4ed1443c57b4602e5b46d3f7493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Rialland?= Date: Thu, 15 Dec 2022 16:46:57 +0100 Subject: [PATCH] Clean vite config --- site/vite.config.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/site/vite.config.ts b/site/vite.config.ts index 1c8770990..ac8526cb9 100644 --- a/site/vite.config.ts +++ b/site/vite.config.ts @@ -136,13 +136,11 @@ export default defineConfig(({ command, mode }) => ({ * react-spectrum: https://github.com/adobe/react-spectrum/pull/3630 * markdown-to-jsx: https://github.com/probablyup/markdown-to-jsx/pull/414 * styled-components: https://github.com/styled-components/styled-components/issues/3601 - * publicodes-react: Add type module */ noExternal: [ /react-aria|react-stately|internationalized/, /markdown-to-jsx/, /styled-components|emotion/, - /publicodes-react/, // TODO remove this after publicodes-react upgrade ], }, }))