-
### Command
serve
### Is this a regression?
- [ ] Yes, this behavior used to work in the previous version
### The previous version in which this bug was not present was
_No response_
### Descrip…
-
Bunchee looks an amazing project. Very easy to use.
You might be interested in some difference I've found out trying to migrate from tsup/esbuild
I've noticed a slightly bigger bundle (as measur…
-
If you're on Windows, and your `entryPoints` contain Windows's path character `\`, which work for esbuild, they won't match up with esbuild's internal naming. So nothing gets injected to the output ht…
-
hi there,
I
-
Running `npm install` from the `frontend` directory on OpenBSD gives:
```
h4 frontend $ npm install
npm ERR! code 1
npm ERR! path /home/falsifian/co/beancount-import/frontend/node_modules/esbuild
…
-
1) We have [rules](https://developers.cloudflare.com/workers/wrangler/configuration/#bundling) to upload different files:
```toml
rules = [
{ type = "CommonJS", globs = ["**/*.js"], fallthroug…
-
I would like to reuse the esbuild runtime because I can't init it twice or an error occurs. Can we expose the function, or check if esbuild has already been initialized ? If so, I can make a PR.
Th…
-
### Extension sample
wasm-component-model
### VS Code version
1.94.2 384ff7382de624fb94dbaf6da11977bba1ecd427 arm64
### What went wrong?
To reproduce this issue just clone the repo
npm install …
-
I got a basic build working with esbuild via:
1. npm i esbuild
2. Add the following build script as `build.mjs`
```js
import esbuild from 'esbuild';
const { build } = esbuild;
build({
e…
-
Hello,
I'd like to use `esbuild-node-loader` with Linaria but it requires to use a plugin for esbuild.
Would be cool for this loader to support plugins (if it's possible)