We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vitejs
Learn more about funding links in repositories.
Report abuse
1 parent 2548dd3 commit 9a88afaCopy full SHA for 9a88afa
packages/vite/src/node/build.ts
@@ -407,14 +407,14 @@ async function doBuild(
407
}
408
409
const rollupOptions: RollupOptions = {
410
- input,
411
context: 'globalThis',
412
preserveEntrySignatures: ssr
413
? 'allow-extension'
414
: libOptions
415
? 'strict'
416
: false,
417
...options.rollupOptions,
+ input,
418
plugins,
419
external,
420
onwarn(warning, warn) {
0 commit comments