-
### 🚀 Feature Proposal
I would like to be able to use the [`tsx`](https://github.com/esbuild-kit/tsx) compiler for handling the `jest.config.ts` file, as opposed to relying on ts-node.
### Motivatio…
-
### Describe the bug
We did set up a project with NextJS 14 using CSS modules and postcss with preset-env and open props:
```json
"dependencies": {
"clsx": "2.1.0",
"intl-locale-textinf…
-
### Describe the bug
在ice.config.mts中,修改outputDir,改为相对路径
```
import { defineConfig } from '@ice/app';
// The project config, see https://v3.ice.work/docs/guide/basic/config
// const minify = pr…
-
Using "@swc/core": "1.3.88", there is error with `noInterop`
```
JSON: {"sourceMaps":true,"module":{"noInterop":false,"type":"es6","strictMode":true,"ignoreDynamic":false},"swcrc":false,"jsc":{"pa…
-
### Search Terms
Node 20, reportTSError, error
### Expected Behavior
When using the `ts-node/esm` loader with Node 18, TS errors are reported correctly. The file below when run with `node -…
danrr updated
2 months ago
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Using a next-yak styled component with a server component (page.tsx) that defines the Next.js special function [generateMetadata](https://nextjs.org/docs/app/api-reference/functions/generate-metadata)…
-
### Describe the bug
We have a private 3rd party dependency that includes .gltf files. During development dependency optimization (i guess) something goes wrong and vite-cli prints
```
✘ [ERROR] …
-
**webpack.config.js**
```js
const {TsconfigPathsPlugin} = require('tsconfig-paths-webpack-plugin');
const NodePolyfillPlugin = require('node-polyfill-webpack-plugin');
const path = require('path')…
-
#### Description
When building an SSG Next.js v12 application using the command `next build && next export` with React v17 and Bitbucket Pipelines for CI/CD with an Azure Static Web App, the applicat…