You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* deep merge bundleTypes.extractorConfig ([e305f33](https://github.com/qmhc/vite-plugin-dts/commit/e305f336b109e124c814fcf3cc9172e2a7c376ba)), closes [#438](https://github.com/qmhc/vite-plugin-dts/issues/438)
7
+
8
+
9
+
### Features
10
+
11
+
* add processor option for program creation ([d98261b](https://github.com/qmhc/vite-plugin-dts/commit/d98261b190ca99bf6387c8c72ddeaeb3b6ac8c51)), closes [#436](https://github.com/qmhc/vite-plugin-dts/issues/436)
12
+
* supports specify real config file for bundling types ([aab0d1b](https://github.com/qmhc/vite-plugin-dts/commit/aab0d1b7d506e2ce97d2d583810f3ddee7b168a8))
13
+
14
+
15
+
### BREAKING CHANGES
16
+
17
+
* The plugin will no longer heuristically
18
+
detect Vue dependencies to determine whether to use
19
+
`@vue/language-core` for creating the program. You now
20
+
need to explicitly specify the `processor` option to tell
21
+
the plugin which method to use for program creation.
0 commit comments