-
When using Vite to bundle `onnxruntime-web` into my project, I face the following error when attempting to import it.
```sh
✘ [ERROR] Could not resolve "worker-loader?inline=no-fallback!./proxy-wo…
-
When using with Vite I am getting the following error: `The injected path "/node_modules/esbuild-plugin-polyfill-node/polyfills/__dirname.js" cannot be marked as external`. Is there some extra config …
-
Example command, to exclude .ttf files from analyze:
`esbuild-visualizer --open true --metadata ./dist/stats.json --exclude *.ttf --filename ./dist/stats.html`
Output:
```sh
Options:
-…
-
The plugin page at https://www.serverless.com/plugins/serverless-esbuild does not contain the latest information about serverless-esbuild.
It's a top hit on a Google search for "serverless-esbuild…
-
### Bug description
I don't have a shareable reproduction at the moment but I will work on making one.
I have a pnpm monorepo with the following structure:
![image](https://github.com/prisma/pris…
-
Throughout the code base of rules_esbuild there are multiple places which make it impractical if not impossible to use a typescript entry point and have esbuild resolve depedencies using a tsconfig.js…
-
I would like to pass options to the esbuild command.
For example, the ability to indicate that the text loader should be used for html files.
https://esbuild.github.io/api/#loader
Or the abil…
-
### 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…
-
### Current Behavior
Configuration is a Node / Express app that is served using @nx/js and has a `buildTarget` that uses `@nx/esbuild`.
The project it's building has a `typeorm` dependency, mean…
-
- have to use recommended build mode, may break in future - Starting from https://github.com/obsidianmd/obsidian-sample-plugin/commit/3afc9d78ab809784d8ccf6d17e94c1509330e217
- Also relates to http…