September 2017
Intermediate to advanced
450 pages
11h 24m
English
Since WebPack is a configuration-driven build system, there are many options available to customize the functioning of your build. The following is the high-level WebPack configuration API available for the webpack.config.js files:
| Property | Values | Description |
| entry | string, object, and array | Path to where WebPack bundling starts; affected by context |
| output | object | Options related to how WebPack generates output results |
| module | object | Options regarding module loading and parsing; This option configures which loaders should handle certain file types within WebPack. |
| resolve | object | Options to resolve module requests, except for loaders, which is handled by resolveLoaders |
| performance | object | Options related to WebPack ... |
Read now
Unlock full access