Open chenjiahan opened 2 months ago
//
to strip the shebang, see https://github.com/webpack/webpack/pull/13961.Shortly we could use https://github.com/shuangwhywhy/webpack-shebang-plugin. In longterm, we could considering making this a built-in plugin to webpack / Rspack.
Yes, we can add a built-in plugin to webpack and Rspack when the target
is node
.
Version
Details
Rslib build breaks shebang line in bin file:
Reproduce link
https://github.com/web-infra-dev/rsbuild/tree/8a2a850aad336b726e50b2b1bb203d8c72c1c48a/packages/create-rsbuild
Reproduce Steps