rslib icon indicating copy to clipboard operation
rslib copied to clipboard

The Rsbuild powered package build tool.

Results 34 rslib issues
Sort by recently updated
recently updated
newest added

## Summary Rsbuild follows semver and it is safe to unpin Rsbuild to allow automatic patch upgrade. ## Checklist - [ ] Tests updated (or not required). - [ ]...

change: fix

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 } =...

💡 feature

### 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 -...

🐞 bug

### Version Rslib 0.0.11 ### Details - Rslib config: ```js export default { lib: [ { format: 'esm', syntax: 'es2021', }, ], output: { target: 'node', }, }; ``` -...

🐞 bug

## 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 -...

change: feat

# 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...

💡 feature

> 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...