Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Updating README with shorthands
Browse files Browse the repository at this point in the history
  • Loading branch information
eliperelman committed Sep 13, 2017
1 parent 64144b6 commit ae5e75a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -374,6 +374,7 @@ config.output
.crossOriginLoading(crossOriginLoading)
.filename(filename)
.library(library)
.libraryExport(libraryExport)
.libraryTarget(libraryTarget)
.devtoolFallbackModuleFilenameTemplate(devtoolFallbackModuleFilenameTemplate)
.devtoolLineToLine(devtoolLineToLine)
Expand Down Expand Up @@ -401,11 +402,12 @@ config.output
config.resolve : ChainedMap
config.resolve
.cachePredicate(cachePredicate)
.cacheWithContext(cacheWithContext)
.enforceExtension(enforceExtension)
.enforceModuleExtension(enforceModuleExtension)
.unsafeCache(unsafeCache)
.symlinks(symlinks)
.cachePredicate(cachePredicate)
```

#### Config resolve alias
Expand Down

0 comments on commit ae5e75a

Please sign in to comment.