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

I am getting some interestingly erroneous builds for code relying on `AsyncIterable` and `AsyncIterator`. Steps to reproduce: ```sh git clone https://github.com/async-abstraction/tape cd tape yarn yarn test # This works fine...

# About Given the following tsconfig ```json { "compilerOptions": { "declaration": false } } ``` The user will see this message whenever building > rpt2: options error TS5069: Option 'declarationDir'...

`microbundle` launches, produces some warnings, and after 6 minutes fails with a terser error: ``` $ date; npm run build Mon Oct 25 14:46:49 BST 2021 > @company/[email protected] build >...

Hello, There is a way to load raw files ? In the case of an UI components library ex : ```js import template from './template.html?raw' ``` thanks!

I have three projects, **Project A**, **Project B**, and **Project C** that looks something like this: ## Project A ``` // package.json { "main": "build/index.js", "module": "build/index.modern.js", "types": "build/index.d.ts", "source":...

Suppose I have the following two files: _prepare.mjs ``` const _stringifyCallback = (_, value) => { if (!value.isSJS) return value; return `${value.type}__sjs`; }; const _prepare = (schema) => { const...

needs more info

I'm building a package with `@emotion/react` and need to include their babel-plugin. I've read on some issues here that Babel customization is possible with a `.babelrc` file, but it is...

question :grey_question:

padding not work in some browser

upstream

I have a typescript project, the ts files are stored in different directories, they all import the same external module, like this: /main.ts: ``` import * as ext from 'external';...

I have encounter this error when try to compile my less file **(postcss plugin) Error: Inline JavaScript is not enabled. Is it set in your options?** after exploring, find a...

needs more info
increased scope
CSS