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 f892692 commit 20d5ea0Copy full SHA for 20d5ea0
src/domain/packaging-manager/index.ts
@@ -378,7 +378,6 @@ export class PackagingManager {
378
? nodeVersionFromUser || DEFAULT_CONTAINER_NODE_VERSION
379
: nodeVersionFromUser || nodeVersionFromRuntime || DEFAULT_LAMBDA_NODE_VERSION;
380
const useEsm = languageSpecificConfig?.outputModuleFormat === 'esm' || nodeVersion >= 24;
381
- console.log('useEsm', useEsm);
382
const sharedStpBuildpackProps = {
383
...packaging.properties,
384
minify: false,
0 commit comments