Skip to content

Commit

Permalink
fix: type error
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy committed Jun 17, 2024
1 parent 184118c commit 7c4e5a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/cli/rsbuild-plugin-esbuild/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ export function pluginEsbuild(
.use(ESBuildMinifyPlugin)
.init(
() =>
// @ts-expect-error
// Due to rspack compiler missing some properties, but ESBuildMinifyPlugin only works in webpack.
new ESBuildMinifyPlugin({
// other legalComments such as linked is not supported yet
// https://github.com/privatenumber/esbuild-loader/issues/263
Expand Down

0 comments on commit 7c4e5a9

Please sign in to comment.