We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca8f11 commit 75bae41Copy full SHA for 75bae41
src/index.ts
@@ -9,6 +9,7 @@ export { default as createConfig } from './createConfig'
9
export { default } from './createConfig'
10
11
import { defineConfigWithVueTs } from './utilities'
12
+// Somehow re-export can't preserve the deprecated comment to the generated d.ts file
13
/**
14
* @deprecated `defineConfig` is renamed to `defineConfigWithVueTs` in 14.3.0
15
*/
0 commit comments