-
> We need help testing this feature: https://github.com/plopjs/plop/issues/297#issuecomment-1707715626
Today, we support:
- ESM `.js` plopfile
- ESM `.mjs` plopfile
- CSM `.js` plopfile
- CSM…
-
The following errors were reported by 5.6.0-dev.20240707, but not by 5.5.3
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipel…
-
fixed types issue with tsup by bumping the package version and all other packages in the repo.
unmet peer typescript@^4.1.0: found 5.0.4
https://github.com/Floffah/esbuild-plugin-d.ts/pull/11
-
`"@reduxjs/toolkit": "^2.0.1",` eror:
```
import { configureStore, Middleware } from '@reduxjs/toolkit';
import { rootReducer } from './rootReducer'
const middlewares: Middleware[] = [];
// @li…
khteh updated
3 months ago
-
### Summary
I started using postgraphile@v5 on a project of mine, where I am using `tsup` and `esbuild` to bundle the app. When the bundling is done and try to run the app, I get this error `Ca…
-
Wondering if this plugin can be used with tsup ?
-
Unless I'm missing something, when bundling for Node.js it appears as though one has to use `--external` for every external module imported, even if those are packages that the compiled bundle could o…
-
### Bug Report Checklist
- [X] I have tried restarting my IDE and the issue persists.
- [X] I have pulled the latest `main` branch of the repository.
- [X] I have [searched for related issues](https:…
-
As can be seen here: https://github.com/csstools/postcss-plugins/blob/d964fa87f53b9a6b57f2420989682c24546f43d1/plugins/postcss-color-functional-notation/package.json#L30
`types` is omitted for the …
-
Hello, when I use xtest, 1033 failed.
The error log as follow:
```
# xtest 1033
Test ID: 1033
Run test suite with level=0
TEE test application started over default TEE instance
#############…