-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
Describe the bug
I am trying to create sharable config for our project with vite plus. And when I tried to extends two configs I found out that define config is only exported as type in vite-plus/dist/pack.d.ts
export type * from '@voidzero-dev/vite-plus-core/pack';But it is exported from root vite-plus entry point.
Reproduction
https://stackblitz.com/edit/vitejs-vite-at4n3vkq?file=package.json,vite.config.ts&terminal=dev
Steps to reproduce
import mergeConfig from vite-plus/pack
System Info
VITE+ - The Unified Toolchain for the Web
Environment:
Version 24.14.0
Source lts
Tool Paths:
node /Users/jansilhan/.vite-plus/js_runtime/node/24.14.0/bin/node
npm /Users/jansilhan/.vite-plus/js_runtime/node/24.14.0/bin/npm
npx /Users/jansilhan/.vite-plus/js_runtime/node/24.14.0/bin/npxUsed Package Manager
pnpm
Logs
Validations
- Read the Contributing Guidelines.
- Check that there isn't already an issue for the same bug.
- Confirm this is a Vite+ issue and not an upstream issue (Vite, Vitest, tsdown, Rolldown, or Oxc).
- The provided reproduction is a minimal reproducible example.
Reactions are currently unavailable