-
可使用esbuild-loader:https://github.com/privatenumber/esbuild-loader 。
-
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/…
-
## Motivation
GitHub Pages is currently not the easiest to setup with a number of gotchas.
## Suggestion
Add docs on how to deploy with GH pages!
## Deploying to GitHub pages with Brid…
-
Hi, I have some problems to be able to produce working individual packages. I don't have node_modules in the .zip files
Here is an extract of my serverless conf
serverless.yml
```yaml
plugins:
…
-
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)…
-
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…
-
Trying to mock es modules in a test by using a HTML-test with importmaps.
```html
{
"imports": {
"../../../src/player/index.ts": "./player.mock.ts"
}
}
…
-
Say I have a project that uses `esbuildPlugin({ ts: true })` with
```
src/router/router.ts
src/router/location.ts
```
And an importmap
```json
{ "imports": { "#router/": "/src/router/" } }
``…
-
what about making minified version?
i don't need to use node and npm, but i need to embeed it in vanila html+css+js
and connect via cdn
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/siemens/ix/blob/main/CONTRIBUTING.md).
- [X] I have not leaked any internal/restricted information like screenshot…