Skip to content

Commit 75bae41

Browse files
committed
chore: comment about why not using re-export [skip ci]
1 parent 5ca8f11 commit 75bae41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export { default as createConfig } from './createConfig'
99
export { default } from './createConfig'
1010

1111
import { defineConfigWithVueTs } from './utilities'
12+
// Somehow re-export can't preserve the deprecated comment to the generated d.ts file
1213
/**
1314
* @deprecated `defineConfig` is renamed to `defineConfigWithVueTs` in 14.3.0
1415
*/

0 commit comments

Comments
 (0)