bohan

Results 40 issues of bohan

When the `sideEffects` of the library in node_module is `false`, there may be some problems with the interaction between esm and CommonJS, which is a bit tedious to describe, please...

![image](https://user-images.githubusercontent.com/30187863/183280402-84108b0f-755a-4d93-a2b2-666ba65c60ed.png) expected: `NUM`

solve https://github.com/webpack/enhanced-resolve/issues/352

PR: unreviewed

fix https://github.com/terser/terser/issues/1248

- maybe a bug. - version: `5.15.0`. - input: `if(a) {var b; const c = c()}` - with `compress: false`, it meets expectation. - with `compress: {}`. It will throw...

close: #2180 more info: https://github.com/web-infra-dev/rspack-sources/pull/54 perhaps it would be better to wait for the `rspack-source` release before merging in.

### What problem does this feature solve? It's time to clean up the todo in devServer and client ### What does the proposed API of configuration look like? _No response_

enhancement

We currently use `builtin.react` to indicate whether or not to enable the ability to react development and refresh, but this can sometimes be problematic. Maybe we should build a `react-loader`...

On hold