-
I think this is an issue introduced in 0.24 as 0.23.1 does not have this problem. Probably related to https://github.com/evanw/esbuild/issues/3913
- [ESBuild Playground Link](https://esbuild.github…
-
### What problem does this feature solve?
Currently Farm emits runtime when bundling library, it makes output bloated
see #250
### What does the proposed API look like?
Rollup/Esbuild style out…
-
When generating a custom bundle, no CSS file is generated any more, even though it's mentioned in the output.
# Steps to reproduce
```
$ git clone https://github.com/plotly/plotly.js.git
$ cd plotly…
-
success Already up-to-date.
✨ Done in 0.12s.
✨ Done in 22.87s.
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a…
-
### Description:
Some npm packages, or lambda source modules, include bundled files.
When using `Metadata.BuildMethod: esbuild` these bundled files are not included in the deployment package
…
-
### 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-…
-
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
…
-
ESBuild seems planning to support decorators (https://github.com/evanw/esbuild/issues/104) but it is not landed as the spec is experimental itself.
We shall use SWC to have experimental support fo…
-
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 …
-
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;
…