Optional aliasOptional aliasA list of alias fields in description files
Optional cacheA function which decides whether a request should be cached or not. An object is passed with at least path and request properties.
Optional cacheWhether or not the unsafeCache should include request context as part of the cache key.
Optional conditionA list of exports field condition names.
Optional descriptionA list of description files to read from
Optional enforceEnforce that a extension from extensions must be used
Optional exportsA list of exports fields in description files
Optional extensionAn object which maps extension to extension aliases
Optional extensionsA list of extensions which should be tried for files
Optional fallbackA list of module alias configurations or an object which maps key to value, applied only after modules option
The file system which should be used
Optional fullyThe request is already fully specified and no extensions or directories are resolved for it
Optional importsA list of imports fields in description files
Optional mainA list of main fields in description files
Optional mainA list of main files in directories
Optional modulesA list of directories to resolve modules from, can be absolute path or folder name
Optional pluginsA list of additional resolve plugins which should be applied
Optional pnpA PnP API that should be used - null is "never", undefined is "auto"
Optional preferPrefer to resolve server-relative urls as absolute paths before falling back to resolve in roots
Optional preferPrefer to resolve module requests as relative requests before falling back to modules
Optional resolveResolve to a context instead of a file
Optional resolverA prepared Resolver to which the plugins are attached
Optional restrictionsA list of resolve restrictions
Optional rootsA list of root paths
Optional symlinksResolve symlinks to their symlinked location
Optional unsafeUse this cache object to unsafely cache the successful requests
Optional useUse only the sync constraints of the file system calls
Generated using TypeDoc
A list of module alias configurations or an object which maps key to value