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
* The base directory (absolute path!) for resolving the `entry` option. If `output.pathinfo` is set, the included pathinfo is shortened to this directory.
29
32
*/
@@ -489,7 +492,7 @@ export type ResolveLoader = ResolveOptions;
* Cache generated modules and chunks to improve performance for multiple incremental builds.
557
560
*/
558
-
cache?: Cache;
561
+
cache?: CacheOptions;
559
562
/**
560
563
* The base directory (absolute path!) for resolving the `entry` option. If `output.pathinfo` is set, the included pathinfo is shortened to this directory.
* Cache generated modules and chunks to improve performance for multiple incremental builds.
2098
2101
*/
2099
-
cache: CacheNormalized;
2102
+
cache: CacheOptionsNormalized;
2100
2103
/**
2101
2104
* The base directory (absolute path!) for resolving the `entry` option. If `output.pathinfo` is set, the included pathinfo is shortened to this directory.
0 commit comments