-
As of this writing, the last update to `esbuild-jest` was Mar 19, 2021.
My company is becoming more strict with security warnings, and some critical warnings trace back to outdated dependencies in …
-
Hello,
Thank you for this package. Really cool stuff.
Im running in an issue and wondering if anyone else has encountered it.
I am trying to run webR in a lambda environment with `esbuild`. I am…
-
I am planning to release v1.0.0 of this plugin once Svelte 5 is released. esbuild development seems to have mostly stabilized so I'm feeling okay moving forward without esbuild reaching v1.
Some ch…
-
The instructions at https://www.prisma.io/docs/guides/deployment/serverless/deploy-to-aws-lambda#loading-required-files say to add the following to each function's Metadata.BuildProperties:
```yml
…
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the issue has not already been raised
### Issue
This is not a bug with aws-…
-
### Describe the feature
For nerd fonts characters, convert them to Unicode by default. It is expected that there will be an option similar to esbuild charset
```
const a = "";
console.log("a",…
-
Would adding `esbuild-wasm` as a peer-dependency and loading esbuild as:
```js
function requireEsbuild() {
let error;
try {
return require('esbuild');
} catch (e) {
error = e;
…
-
### For which library do you need help?
native-federation
### Question
Im using native federation in monorepo repository with Nx and esbuild executor.
Versions used as follows:
"@angul…
-
We use rollup for bundling.
The vast majority of Rollup use today happens as part of vite projects ([stats](https://npmtrends.com/rollup-vs-vite)).
The Vite team use rollup for prod builds, beca…
-
### What problem does this feature solve?
The `output: { format: "amd" }` isn't a valid option with rolldown currently.
It's being used here:
- [MapLibre GL JS rollup.config.ts](https://github.…