We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
platform
1 parent 6382d11 commit cd142ccCopy full SHA for cd142cc
src/build/rolldown/config.ts
@@ -13,6 +13,7 @@ export const getRolldownConfig = (nitro: Nitro): RolldownOptions => {
13
const tsc = nitro.options.typescript.tsConfig?.compilerOptions;
14
15
let config = {
16
+ platform: nitro.options.node ? "node" : "neutral",
17
cwd: nitro.options.rootDir,
18
input: nitro.options.entry,
19
external: [
0 commit comments