-
I want to be able to use esbuild plugins. For example, unplugin-auto-import.
-
I am getting this error in browser `superCtor.prototype is not an object or null` when using `jsonwebtoken` with sveltekit.
I have polyfills invoked in config but it appears to not solve the issue.…
-
After setup process on existing workspace, I tried to test an app with `nx estest app` command and every test did fail with esbuild error (similar to the one on the bottom). I spent some time on debug…
-
The plugin consistently crashes for me on windows when I modify a watched file. I believe this is due to some path regularization.
My config
```
copy({
resolveFrom: 'cwd',
assets: …
-
I am trying a dynamic import in chrome. I have
```js
const { default: Papa } = await import('papaparse');
const csv = Papa.parse(data);
```
but I get the error `Uncaught (in promi…
-
If I click on `esbuild.BuildOptions` on this docs page (https://doc.deno.land/https://deno.land/x/lume@v1.7.4/plugins/esbuild.ts/~/Options), I get sent to a broken page.
> Entry not found
>
> Th…
-
As far as I can tell, the ESBuild plugin does not look at tsconfig.json.
It uses the ESBuild's Transform API, which would require the plugin to explicitly pass the contents of the `tsconfig.json` f…
-
The resulting Babel code is somehow transformed after the plugin ran.
> I have been trying to figure out the problem but haven't found the solution yet. The relevant test ternary statement is `cons…
-
### Current Behavior
When a dependency is aliased (https://pnpm.io/aliases) and declared as "external", it still appears in the generated package.json.
package.json:
```json
...
"dependen…
-
I believe this is related to [1044](https://github.com/sst/sst/issues/4140) but this also happens with `sst deploy`. Not sure when this issue was introduced, but I noticed a while back the react dev b…