-
https://blog.angular.io/angular-v16-is-here-4d7a28ec680d
We should see if we support everything that is new there:
- [x] ESBuild + Vite
- [ ] Experimental Jest support
- [ ] Add "jest" as an opt…
-
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…
-
Here `boolean` is inlined, but `o` and `d` are not. I believe all three variables should be able to be inlined
https://esbuild.github.io/try/#dAAwLjE5LjExAC0tbWluaWZ5AGNvbnN0IG8gPSAnbyc7CmNvbnN0IGQ…
-
Step to reproduce:
```
$ git clone
$ npm run build
> build
> vite build
failed to load config from /Users/user/projects/Linky/vite.config.js
error during build:
Error:
You installed esb…
-
![image](https://github.com/user-attachments/assets/893d1a2d-47fd-4cfd-b2ed-0d466126bec5)
Here we have some icons (not all) broken after this update.
When inspecting we see some don't work
![im…
-
We had this ticketed in our project, so I thought I might as well raise an issue about it here, since FDS is no longer "under our jurisdiction".
Original ticket description (in finnish):
> Tällä…
-
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…
-
### 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…
-
Example command, to exclude .ttf files from analyze:
`esbuild-visualizer --open true --metadata ./dist/stats.json --exclude *.ttf --filename ./dist/stats.html`
Output:
```sh
Options:
-…
-
We currently have a [`build` automation](https://github.com/bonfhir/bonfhir/blob/027cbead38607c7177634df41ee2247f7c7ed10a/.github/workflows/main.yml#L16) for pull requests and pushes the main. The bui…