@forsakringskassan/vite-lib-config 4.4.0 → 4.5.0

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.
@@ -1,6 +1,7 @@
1
1
  import { vitePlugin as apimockPlugin } from '@forsakringskassan/apimock-express';
2
2
  import { MockEntry } from '@forsakringskassan/apimock-express';
3
3
  import { Plugin as Plugin_2 } from 'vite';
4
+ import { Plugin as Plugin_3 } from 'rollup';
4
5
  import { UserConfig as UserConfig_2 } from 'vite';
5
6
 
6
7
  export { apimockPlugin }
@@ -8,7 +9,7 @@ export { apimockPlugin }
8
9
  /**
9
10
  * @public
10
11
  */
11
- export declare const defaultPlugins: Plugin_2<any>[];
12
+ export declare const defaultPlugins: (Plugin_2<any> | Plugin_3<any>)[];
12
13
 
13
14
  /**
14
15
  * @public