Skip to content

Commit 277480b

Browse files
committed
chore: resolve Rollup warnings
- Adds `external` config option to exclude dependencies.
1 parent 892c1b8 commit 277480b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

rollup.config.mjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ export default [
88
format: 'cjs',
99
sourcemap: true,
1010
},
11+
external: [
12+
'assert',
13+
'aws-cdk-lib',
14+
'constructs',
15+
'fs',
16+
'openapi3-ts'
17+
],
1118
plugins: [typescript()],
1219
},
1320
];

0 commit comments

Comments
 (0)