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

Microbundle creates broken CommonJS code when compiling from Typescript. The `continue` keyword in the following code is not respected in the compiled CommonJS code. ```ts async function brokenContinue() { let...

In the example path to modern bundle ends with .js, but microbundle generates .mjs file

Hi, this is possibly user error, but a recent routine release of my lib [react-flip-toolkit](https://github.com/aholachek/react-flip-toolkit) broke type declarations-- a user filed an [issue here](https://github.com/aholachek/react-flip-toolkit/issues/224) and when I view the analysis...

Microbundle ignores `*.ts` files if they contain only types. Example of the file: https://github.com/XaveScor/signal-components/blob/dff96fd7151db5aae7421059836794a7880c2649/src/types.ts. ### Reproduction: ``` git clone https://github.com/XaveScor/signal-components git checkout tags/v0.11.0 pnpm install pnpm build ``` ### Expected...

Using [email protected] In a multistage build (such as when using peggy), I'd like the final output map file to make use of map files declared by imported files. For example,...

https://github.com/preactjs/preact/pull/4677 [`tiny-glob` resolves against `opts.cwd` or `.`](https://www.runpkg.com/[email protected]/sync.js#56), and because we don't pass `cwd` into `tiny-glob`, this can result in incorrect file paths when used with Microbundle's `--cwd` flag. Edit: Meant...

Hi, foremost, thank you for this tool, it helped me quite a lot. I use it in a CI pipeline, and it builds two versions of the same script (with...

Hi microbundle team. I'm trying to build a package, and I've needed to override some types since the types repo for the main dependency hasn't been updated. I was on...