-
### Describe the bug
The use of ~ in the css `url` statement for the `$directory` variable default is causing errors in Angular's newer esbuild-based build system. My understanding is webpack is m…
-
External modules are bundled without their dependencies.
Example serverless.yml:
```
custom:
esbuild:
packager: pnpm
external:
- '@sparticuz/chromium'
```
module `@spartic…
-
So I was trying to run the server with nodejs and pnpm and when I run the command pnpm i, It was showing me this error naming ELIFECYCLE command failed. Am I missing something or there is a problem ac…
-
### Description
Running `aleph start` fails with the following output:
```
$ aleph start -L debug
TIMING load config in 10ms
TIMING init env in 7ms
TIMING apply plugins in 0ms
TIMING init r…
-
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…
-
# エラー内容
このリポジトリをローカルに保存し,mix deps.getを行った後に起動を試みると下記のようなエラーが発生し,起動できない.
```
[error] Postgrex.Protocol (#PID) failed to connect: ** (DBConnection.ConnectionError) tcp connect (localhost:5432): conne…
-
### Versions
```
{
"name": "react-vite",
"private": true,
"version": "1.0.0",
"workspaces": [
"host",
"remote"
],
"scripts": {
"build": "pnpm…
-
### 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…
-
redux-devtools is a humongous project and we should consider the use of `esbuild` or `swc` to speed up compilation time.
We could use [`rollup-plugin-esbuild`](https://www.npmjs.com/package/rollup-pl…
-
- **Describe what esbuild is doing incorrectly and what it should be doing instead.**
Dynamic imports with string literal templates are not resolved when using tsconfig paths
Example overvie…