Skip to content

Commit

Permalink
Update README.md with bundling property
Browse files Browse the repository at this point in the history
  • Loading branch information
escudero89 authored and adriencaccia committed Aug 29, 2024
1 parent bfd7bf5 commit 46e9908
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ Add the `metafile` option to the `NodejsFunction` to analyze:
```ts
new NodejsFunction(this, 'MyFunction', {
entry: 'src/index.ts',
metafile: true,
bundling: {
// ...
metafile: true,
}
});
```

Expand Down

0 comments on commit 46e9908

Please sign in to comment.