@uni_toolkit/vite-plugin-component-config 0.0.20 → 0.0.21-alpha.1776525034225

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -1,10 +1,10 @@
1
- import { FilterPattern } from '@rollup/pluginutils';
2
- import { PluginOption } from 'vite';
1
+ import { FilterPattern, PluginOption } from "vite";
3
2
 
3
+ //#region src/index.d.ts
4
4
  interface ComponentConfigPluginOptions {
5
- include?: FilterPattern;
6
- exclude?: FilterPattern;
5
+ include?: FilterPattern;
6
+ exclude?: FilterPattern;
7
7
  }
8
8
  declare function vitePluginComponentConfig(options?: ComponentConfigPluginOptions): PluginOption;
9
-
10
- export { ComponentConfigPluginOptions, vitePluginComponentConfig as default };
9
+ //#endregion
10
+ export { ComponentConfigPluginOptions, vitePluginComponentConfig as default };
package/dist/index.d.ts CHANGED
@@ -1,10 +1,10 @@
1
- import { FilterPattern } from '@rollup/pluginutils';
2
- import { PluginOption } from 'vite';
1
+ import { FilterPattern, PluginOption } from "vite";
3
2
 
3
+ //#region src/index.d.ts
4
4
  interface ComponentConfigPluginOptions {
5
- include?: FilterPattern;
6
- exclude?: FilterPattern;
5
+ include?: FilterPattern;
6
+ exclude?: FilterPattern;
7
7
  }
8
8
  declare function vitePluginComponentConfig(options?: ComponentConfigPluginOptions): PluginOption;
9
-
10
- export { ComponentConfigPluginOptions, vitePluginComponentConfig as default };
9
+ //#endregion
10
+ export { ComponentConfigPluginOptions, vitePluginComponentConfig as default };