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 4e05036 commit ec6a900Copy full SHA for ec6a900
packages/adapter-node/rollup.config.js
@@ -44,12 +44,12 @@ export default [
44
},
45
plugins: [
46
clearOutput('files/index.js'),
47
- nodeResolve(),
+ nodeResolve({ preferBuiltins: true }),
48
commonjs(),
49
json(),
50
prefixBuiltinModules()
51
],
52
- external: ['./start.js']
+ external: ['ENV', 'HANDLER']
53
54
{
55
input: 'src/env.js',
0 commit comments