Skip to content

Commit

Permalink
disable config resolution for babel
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Sep 30, 2024
1 parent 6bb2175 commit 3df0927
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/transform.bench.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ function babel(options: RunOptions) {
filename: options.filename,
sourceMaps: options.sourceMap,
babelrc: false,
configFile: false,
browserslistConfigFile: false,
comments: false,
envName: "development",
plugins: options.reactDev ? ["react-refresh/babel"] : [],
Expand Down

0 comments on commit 3df0927

Please sign in to comment.