rslib
rslib copied to clipboard
The Rsbuild powered package build tool.
## Summary Rsbuild follows semver and it is safe to unpin Rsbuild to allow automatic patch upgrade. ## Checklist - [ ] Tests updated (or not required). - [ ]...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...
## Summary say goodbye to manually add changset before release. ## Related Links ## Checklist - [ ] Tests updated (or not required). - [ ] Documentation updated (or not...
### What problem does this feature solve? ## Input ```ts title="index.ts" const { parse } = await import("acorn"); ``` ## Rslib CJS output ```js title="index.cjs" const { parse } =...
### Version Rslib 0.0.11 ### Details Dynamic import in CJS output is broken. There are some conditions: - Use dynamic import in the source code - Output `cjs` format -...
### Version Rslib 0.0.11 ### Details - Rslib config: ```js export default { lib: [ { format: 'esm', syntax: 'es2021', }, ], output: { target: 'node', }, }; ``` -...
## Summary Add format called 'mf' to build Module Federation assets and add example for both host and remote scene in rslib closes: #212 ## Related Links ## Checklist -...
# CLI - [ ] #138 - [x] Support `npm create rslib@latest` to create a Rslib project - [x] Support `--inspect` to show Rslib/Rsbuild/Rspack config - [ ] Support DEBUG...
### What problem does this feature solve? Some rough ideas about the features we could provide: - Inspect the bundled size locally (only bundled files of user's package) - Inspect...
> we should remember to add banner and footer tests about bundleless css. Currently, we do not support `banner.css` `this.emitFile` in loader is not handled by `rspack.BannerPlugin` the files are...