Clean vite config

pull/2524/head
Jérémy Rialland 2022-12-15 16:46:57 +01:00 committed by Jérémy Rialland
parent 238621c9f0
commit 0ff2ecbe7d
1 changed files with 0 additions and 2 deletions

View File

@ -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
],
},
}))