Skip to content

Commit 2583363

Browse files
committed
rm crawler lambda
1 parent ef0c383 commit 2583363

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tools/crawler/rollup.config.mjs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,4 @@ const cli = {
55
input: ['./src/cli.ts'],
66
};
77

8-
const lambda = {
9-
...umdConfig,
10-
input: ['./src/lambda.ts'],
11-
external: [],
12-
};
13-
14-
export default [esmConfig, umdConfig, cli, lambda];
8+
export default [esmConfig, umdConfig, cli];

0 commit comments

Comments
 (0)