Skip to content

Commit

Permalink
noExternal does not need to be manually set at all
Browse files Browse the repository at this point in the history
  • Loading branch information
lilnasy committed Sep 23, 2023
1 parent 75aa446 commit 91473c8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/integrations/deno/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,6 @@ export default function createIntegration(args?: Options): AstroIntegration {
}

},
'astro:config:setup' ({ updateConfig }) {
updateConfig({
vite: { ssr: { noExternal: COMPATIBLE_NODE_MODULES } }
})
},
'astro:build:setup': ({ vite, target }) => {
if (target === 'server') {
_vite = vite;
Expand Down

0 comments on commit 91473c8

Please sign in to comment.