-
I use `esbuild-sass-plugin` to import SCSS and generate a CSS file. This plugin automatically resolve the SCSS `@import` instructions and return all additional files to watch in the `watchFiles` esbui…
-
Hi Evan. This issue is not a big deal and I would be satisified with you rejecting this for any reason at all. This is just something that has nagged at me for a long time using esbuild, and I couldn'…
-
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…
-
I would like to request for `--keep-names` to only be applied when the name is changed (e.g. via minification).
Currently, it applies even if the name is unchanged: https://hyrious.me/esbuild-repl/…
-
First of all great work on this plugin. This is one of the problems I faced too while converting an existing app to vite, so thank you so much for building this.
I have one question though and this…
-
Hi there, cool project!
I had issues running the demo locally when following the instructions in the `readme.md`.
The instructions are currently:
```
$ git clone git@github.com:zalify/easy-em…
-
Is there a way to add plugins?
-
- 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…
-
### 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…
-
After some time working in the PartyKit + Remix template, esbuild starts spawning more things than necessary:
The esbuild process also ends up taking an absurd amount of RAM (15GB and counting)…