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
| alias |[]| A list of module alias configurations or an object which maps key to value |
82
82
| aliasFields |[]| A list of alias fields in description files |
83
+
| extensionAlias | {} | An object which maps extension to extension aliases |
83
84
| cachePredicate | function() { return true }; | A function which decides whether a request should be cached or not. An object is passed to the function with `path` and `request` properties. |
84
85
| cacheWithContext | true | If unsafe cache is enabled, includes `request.context` in the cache key |
85
86
| conditionNames |["node"]| A list of exports field condition names |
@@ -142,7 +143,7 @@ enhanced-resolve will try to resolve requests containing `#` as path and as frag
* @property {(AliasOptions | AliasOptionEntry[])=} alias A list of module alias configurations or an object which maps key to value
53
56
* @property {(AliasOptions | AliasOptionEntry[])=} fallback A list of module alias configurations or an object which maps key to value, applied only after modules option
57
+
* @property {ExtensionAliasOptions=} extensionAlias An object which maps extension to extension aliases
54
58
* @property {(string | string[])[]=} aliasFields A list of alias fields in description files
55
59
* @property {(function(ResolveRequest): boolean)=} cachePredicate A function which decides whether a request should be cached or not. An object is passed with at least `path` and `request` properties.
56
60
* @property {boolean=} cacheWithContext Whether or not the unsafeCache should include request context as part of the cache key.
0 commit comments