KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
ResolvePluginOptions
Interface ResolvePluginOptions
interface
ResolvePluginOptions
{
asSrc
?:
boolean
;
isBuild
:
boolean
;
isProduction
:
boolean
;
isRequire
?:
boolean
;
packageCache
?:
PackageCache
;
preferRelative
?:
boolean
;
root
:
string
;
scan
?:
boolean
;
tryIndex
?:
boolean
;
tryPrefix
?:
string
;
}
Hierarchy (
View Summary
)
ResolvePluginOptions
InternalResolveOptions
Index
Properties
as
Src?
is
Build
is
Production
is
Require?
package
Cache?
prefer
Relative?
root
scan?
try
Index?
try
Prefix?
Properties
Optional
as
Src
asSrc
?:
boolean
src code mode also attempts the following:
resolving /xxx as URLs
resolving bare imports from optimized deps
is
Build
isBuild
:
boolean
is
Production
isProduction
:
boolean
Optional
is
Require
isRequire
?:
boolean
Optional
package
Cache
packageCache
?:
PackageCache
Optional
prefer
Relative
preferRelative
?:
boolean
root
root
:
string
Optional
scan
scan
?:
boolean
Optional
try
Index
tryIndex
?:
boolean
Optional
try
Prefix
tryPrefix
?:
string
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
as
Src
is
Build
is
Production
is
Require
package
Cache
prefer
Relative
root
scan
try
Index
try
Prefix
Github
KC's Workspace
Loading...
src code mode also attempts the following: