-
-
Notifications
You must be signed in to change notification settings - Fork 59
Description
Version
System:
OS: macOS 26.1
CPU: (16) arm64 Apple M3 Max
Memory: 7.86 GB / 64.00 GB
Shell: 5.9 - /bin/zsh
Browsers:
Chrome: 142.0.7444.176
Safari: 26.1
npmPackages:
@rslib/core: 0.18.3 => 0.18.3Details
- source:
import type RspackChain from 'rspack-chain';- config:
dts: {
build: true,
tsgo: !process.env.CI,
alias: {
'rspack-chain': '../../compiled/rspack-chain',
},
},- output:
// current
import type RspackChain from 'rspack-chain';
// expected
import type RspackChain from '../../compiled/rspack-chain';Reproduce link
https://github.com/web-infra-dev/rsbuild/tree/rspack_chain_dts_1209
Reproduce Steps
- pnpm i
- cd packages/core
- pnpm build
- check `packages/core/dist-types/types/rspack.d.ts·
Metadata
Metadata
Assignees
Labels
No labels