Skip to content

Commit

Permalink
chore: remove assert from rollup external array (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
amareshsm authored Sep 30, 2024
1 parent 98884ec commit e66d999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-scope/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
input: "./lib/index.js",
external: ["assert", "estraverse", "esrecurse"],
external: ["estraverse", "esrecurse"],
treeshake: false,
output: {
format: "cjs",
Expand Down

0 comments on commit e66d999

Please sign in to comment.