9aoy
9aoy
# PR Details add webpack-builder-plugin-rem ## Description ## Types of changes - [ ] Docs change / refactoring / dependency upgrade - [ ] Bug fix (non-breaking change which fixes...
node-polyfill need 
needed in splitByModule strategy https://github.com/modern-js-dev/modern.js/blob/main/packages/builder/builder-webpack-provider/src/plugins/splitChunks.ts#L142
### Describe the feature https://swc.rs/docs/configuration/minification#jscminifyformat  input: ``` "" ``` expected output: ``` "" ``` **Are you willing to work on this yourself?** yes ### Babel plugin or link to...
### What problem does this feature solve? There are too many log outputs in the integration test, and it is difficult to locate the actual error case information. for example,...
### Feature Use Case After merging this PR https://github.com/shellscape/webpack-manifest-plugin/pull/297, I tested that `webpack-manifest-plugin` can be used in [rspack](https://www.rspack.dev/). However, I noticed that this repository has not released a new version...
### System Info rspack 0.6.3 ### Details Filename "[fullhash]" does not work in production mode, the output filename hash is different from the compilation hash. However, when I set `optimization.realContentHash`...
## Summary https://github.com/web-infra-dev/rspack/releases/tag/v0.7.0-beta.0 ## Related Links ## Checklist - [ ] Tests updated (or not required). - [ ] Documentation updated (or not required).
### Version ```sh 0.4.15 ``` ### Details The canary version was **released successfully** when we trigger canary release by add `!canary` in comment, but the issue comment was created incorrectly....