Skip to content

Commit a5c0e41

Browse files
committed
use rollup json plugin
1 parent 484e92f commit a5c0e41

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

packages/aws-serverless/rollup.aws.config.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ export default [
2121
// it to be `index.js` in the build script, since it's standing in for the index file of the npm package.
2222
{ variants: ['.min.js'] },
2323
),
24-
25-
// This builds a wrapper file, which our lambda layer integration automatically sets up to run as soon as node
26-
// launches (via the `NODE_OPTIONS="-r @sentry/aws-serverless/dist/awslambda-auto"` variable). Note the inclusion in this
27-
// path of the legacy `dist` folder; for backwards compatibility, in the build script we'll copy the file there.
2824
makeBaseNPMConfig({
2925
entrypoints: ['src/awslambda-auto.ts'],
3026
packageSpecificConfig: {

packages/aws-serverless/src/index.awslambda.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)