[Bug]: the minify options comments: "some"
does not preserve pure annotation
#418
Labels
🐞 bug
Something isn't working
Version
Details
Change this line
rslib/packages/core/src/config.ts
Line 316 in dacb1d2
comments: 'some'
. The pure annotation will be striped.It works as expected in swc playground. Seems to be a Rspack bug.
Reproduce link
/
Reproduce Steps
Simply check the react bundleless example in
/examples
after change to'some'
.The text was updated successfully, but these errors were encountered: