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.
1 parent 4e81d65 commit 3773520Copy full SHA for 3773520
1 file changed
packages/nitro/rollup.npm.config.mjs
@@ -5,9 +5,8 @@ export default [
5
makeBaseNPMConfig({
6
entrypoints: ['src/index.ts', 'src/runtime/plugins/server.ts'],
7
packageSpecificConfig: {
8
- external: [/^nitro/],
+ external: [/^nitro/, 'otel-tracing-channel', /^h3/, /^srvx/],
9
},
10
}),
11
- { emitCjs: false },
12
),
13
];
0 commit comments