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|
190
+
| alias |{}| A hash map of module alias configurations |
191
191
| aliasFields |[]| A list of alias fields in description files |
192
192
| extensionAlias | {} | An object which maps extension to extension aliases |
193
193
| conditionNames |[]| A list of exports field condition names |
194
194
| descriptionFiles |["package.json"]| A list of description files to read from |
195
195
| enforceExtension | false | Enforce that a extension from extensions must be used |
196
196
| exportsFields |["exports"]| A list of exports fields in description files |
197
197
| extensions |[".js", ".json", ".node"]| A list of extensions which should be tried for files |
198
-
| fallback |[]| Same as `alias`, but only used if default resolving fails |
198
+
| fallback |{}| Same as `alias`, but only used if default resolving fails |
199
199
| fileSystem || The file system which should be used |
200
200
| fullySpecified | false | Request passed to resolve is already fully specified and extensions or main files are not resolved for it (they are still resolved for internal requests) |
201
201
| mainFields |["main"]| A list of main fields in description files |
/// Request passed to resolve is already fully specified and extensions or main files are not resolved for it (they are still resolved for internal requests).
0 commit comments