Skip to content

Commit 30a91be

Browse files
authored
fix: don't bundle dependencies into dist version (#45)
1 parent ae2c067 commit 30a91be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ build({
77
format: "cjs",
88
outfile: "./dist/index.cjs",
99
platform: "node",
10-
external: ["eslint"],
10+
external: ["eslint", "eslint-utils", "globals"],
1111
});

0 commit comments

Comments
 (0)