Skip to content

Commit

Permalink
ignore jsx file that breaks mangler
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jan 26, 2025
1 parent 871dd49 commit 9ee3ca4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ const PATH_IGNORES: &[&str] = &[
"node_modules/rolldown/dist/cjs/cli.cjs",
// Stage 3 decorator
"node_modules/puppeteer-core/src/bidi/Browser.ts",
// jsx breaks mangler
"node_modules/istanbul-reports/lib/html-spa/src/summaryTableLine.js",
];

#[derive(Debug)]
Expand Down

0 comments on commit 9ee3ca4

Please sign in to comment.