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|
170
+
| alias || An object of module alias configurations |
171
171
| aliasFields |[]| A list of alias fields in description files |
172
172
| extensionAlias | {} | An object which maps extension to extension aliases |
173
173
| conditionNames |[]| A list of exports field condition names |
174
174
| enforceExtension | false | Enforce that a extension from extensions must be used |
175
175
| exportsFields |["exports"]| A list of exports fields in description files |
176
176
| extensions |[".js", ".json", ".node"]| A list of extensions which should be tried for files |
177
-
| fallback |[]| Same as `alias`, but only used if default resolving fails |
177
+
| fallback || Same as `alias`, but only used if default resolving fails |
178
178
| fileSystem || The file system which should be used |
179
179
| 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) |
180
180
| mainFields |["main"]| A list of main fields in description files |
0 commit comments