Skip to content

Commit e748db9

Browse files
fix: #81 Can not find package node_modules/lambda-live-debugger/package.json when using lldebugger.config.ts (#82)
1 parent a8abad1 commit e748db9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/configuration/getConfigFromTsConfigFile.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export async function getConfigTsFromConfigFile(
3434
format: 'esm',
3535
outfile: compileOutput,
3636
sourcemap: true,
37+
treeShaking: true,
3738
banner: {
3839
js: [
3940
`import { createRequire as topLevelCreateRequire } from 'module';`,

0 commit comments

Comments
 (0)