-
I'm using esbuild-register with this command:
```json
{
"start": "node --experimental-specifier-resolution=node -r dotenv/config -r esbuild-register src/main.ts"
}
```
It's throwing this er…
-
### Describe the bug
When I run `storybook build` with yarn (v3) inside a docker container (with `node:19-alpine3.17`) i get an error message that the package `@esbuild/linux64` is missing and need…
-
Saw on Hacker News and gave it a shot. Tried to publish on EAS and create a development build, got it done successfully but when I run `npm run ios` I get this error in the simulator:
../../App" fr…
-
### Describe the feature
I'd love to use million, but looks like it has custom plugins for each of the build tools, but not one for esbuild.
Happy to help implement.. seems like it needs an esbuil…
-
I'm launching the esbuild script with the following line in package.json:
"build": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=assets --loader:.js=js…
mices updated
12 months ago
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
These pr…
-
### Steps to reproduce
1. Clone https://github.com/FreeTubeApp/FreeTube
2. Install youtubei.js from git:
"youtubei.js": "git+https://github.com/LuanRT/YouTube.js.git"
3. Run yarn to install new…
-
### Steps to reproduce
Link to live example: (required)
Steps:
1. Create a new Remix project
2. Integrate mui using the example https://github.com/mui/material-ui/tree/master/examples/material…
-
## esbuild
> A lighting fast `JavaScript` and `CSS` bundler and minifier
将文件依赖打包成一个bundle,可以在`浏览器`或者`node.js`中独立运行。与webpack功能无异,但因为各种loader是用go语言编写,速度极快,几乎是js版本loader速度的10~100x倍。
![image](htt…
-
some typescript and node framework (like nestjs) use `emitDecoratorMetadata` , but esbuild not support it, and [@anatine/esbuild-decorators](https://github.com/anatine/esbuildnx) plugin can solve it .…