-
### For which library do you need help?
native-federation
### Question
Hi, I set up native federation to connect two angular 18 app which are on two different repositories.
My configurations ar…
-
Really trying to solve an issue with resolving paths when building with esbuild and it seems this project will do that? At some point, not sure how to use it in its current form?
-
### Reproduction link or steps
The demo
main.js is entry
``` .js
import { a } from './file'
import('./file')
```
file.js
``` .js
export const a = 1;
```
### What is expected?
O…
-
I am trying to generate typescript bindings with embind, but getting the following error:
```
src/autogenerated_types.ts:58:25 - error TS2391: Function implementation is missing or not immediately…
-
## quesion
can we add css hack to resolve the quesion about ie ?
i had read the https://github.com/evanw/esbuild/issues/2925 , This is very similar. But I think this is still worthy of discussion.…
-
**Describe the bug**
Dependency check operation breaks when run in an Angular app with node-gyp dependency installed
**Version of dependency-check used**
The problem occurs using version 10.0.2
…
-
### Which Cloudflare product(s) does this pertain to?
Wrangler core
### What version(s) of the tool(s) are you using?
3.62.0
### What version of Node are you using?
_No response_
###…
-
- to have multiple visualization(sunburst, treemap, network in one build) as https://esbuild.github.io/analyze/
- noz just name of the file with diagram to generate, but automatically open browser li…
-
**Problem 1:**
i am using esbuild with externalized packages:
```
esbuild ./src/index.ts --bundle --outfile=./dist/index.js --platform=node --keep-names --packages=external
```
externalizin…
-
When using with vite
```ts
import { defineConfig } from "vite";
import { vanillaExtractPlugin } from "@vanilla-extract/vite-plugin";
import { ImageLoader } from "esbuild-vanilla-image-loader";
…