Skip to content

Commit

Permalink
temp: add @babel/plugin-transform-react-jsx noexternal
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Dec 30, 2022
1 parent 334b7a4 commit 45d901a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/astro/src/core/create-vite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const ALWAYS_NOEXTERNAL = new Set([
'@nanostores/preact',
// fontsource packages are CSS that need to be processed
'@fontsource/*',
'@babel/plugin-transform-react-jsx',
]);

function getSsrNoExternalDeps(projectRoot: URL): string[] {
Expand Down

0 comments on commit 45d901a

Please sign in to comment.