Skip to content

Commit

Permalink
fix!: avoid rewriting this (reverts #5312) (#14098)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Aug 16, 2023
1 parent 7682a62 commit 9b7b4ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vite/src/node/build.ts
Expand Up @@ -535,7 +535,6 @@ export async function build(
}

const rollupOptions: RollupOptions = {
context: 'globalThis',
preserveEntrySignatures: ssr
? 'allow-extension'
: libOptions
Expand Down

0 comments on commit 9b7b4ed

Please sign in to comment.