microbundle icon indicating copy to clipboard operation
microbundle copied to clipboard

📦 Zero-configuration bundler for tiny modules.

Results 114 microbundle issues
Sort by recently updated
recently updated
newest added

add an example folder to share project configurations using microbundle. the example I added is using: - React - Typescript - Storybook - Styled systems - styled components hopefully this...

Hi and thanks for this mighty little bundler! I peaked into mst-gql source and was surprised how tidy it was, not least thanks to Microbundle. Thought it'd be worth adding...

Lerna [recently added](https://github.com/lerna/lerna/tree/master/commands/publish#--contents) support for the `--contents` argument. Basically, it makes it possible to tell Lerna to publish to npm just the content of the `dist` folder (used as root...

It's just a request to evaluate if exports: 'auto' is still today the best solution. I understand its nice to use `require('lib')` instead of `require('lib').default`, but imho the BIG problem...

Minimal test case: ```javascript export const brokenArgsRest = async (...props) => { await someAsyncFunction(async () => { console.log(props) }) } export const someAsyncFunction = async callback => { await callback()...

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

When exporting IIFE format, name of the output file is the same as for CJS format so CJS is overwritten ``` > microbundle --format cjs,iife --name mynth_test Build "test" to...

Closes #682 Re:https://github.com/developit/microbundle/issues/682#issuecomment-1221769448, the warning is silenced globally. I'm a little apprehensive about not limiting this to `node_modules/` though, as it could warn of a legitimate issue.

`` are not supported on NPM, it might be better to just use the automatically generated anchor IDs since this means the table of contents will work on both Github...