-
https://github.com/SettingDust/esbuild-esm-loader-exports-map-ts
-
Hi,
just gave esbuild+Yarn pnp a fresh try, but still not getting it working despite being declared as compatible.
The smallest ever setup fails to load react libs.
Platform: Windows 11.
Separ…
-
Hopefully someone can help me out here, struggling to get our build working:
https://github.com/fathym-deno/everything-as-code/actions/runs/7485033030/job/20372829976
Errors are all around tslib:
…
-
Version: Deno 1.46.2
Repro repo: https://github.com/albnnc/deno-repro-20240830
Possibly related: https://github.com/denoland/deno/issues/25226
Should the following cases work, or do I have wr…
-
### Describe the bug
As Next.js RC for v15 has been released for testing, I'm investigating if it is possible to perform an upgrade of a Next.js app containing a storybook from `next@14` to `next@15-…
-
Does js script in .vue file will be handled by esbuild-loader ?
Does vue-loader will use the js rule your plugin defined ?
-
When using with vite
```ts
import { defineConfig } from "vite";
import { vanillaExtractPlugin } from "@vanilla-extract/vite-plugin";
import { ImageLoader } from "esbuild-vanilla-image-loader";
…
-
### Describe the bug
When trying to install Tailwind/Postcss on my existing Storybook 7.6.17 project, adding the '@storybook/addon-styling-webpack' add on causes storybook to crash with message:
…
-
What node/npm versions do I need? (I have Node.js v22.9.0)
Then I should probably do something like `(sudo) npm install -g yarn`
Then I should `yarn install` probably.
`yarn dev` fails
```…
-
### Clear and concise description of the problem
When I build the `.vue` file, I need to use `esbuild-vue` to turn the `.vue` file into JS code, perhaps the TS code.
If I need to use `unplugin-vue…