Set the value of require.amd
and define.amd
. Or disable AMD support.
Report the first error as a hard error instead of tolerating it.
Cache generated modules and chunks to improve performance for multiple incremental builds.
The base directory (absolute path!) for resolving the entry
option. If output.pathinfo
is set, the included pathinfo is shortened to this directory.
References to other configurations to depend on.
Options for the webpack-dev-server.
A developer tool to enhance debugging (false | eval | [inline-|hidden-|eval-][nosources-][cheap-[module-]]source-map).
The entry point(s) of the compilation.
Enables/Disables experiments (experimental features with relax SemVer compatibility).
Specify dependencies that shouldn't be resolved by webpack, but should become dependencies of the resulting bundle. The kind of the dependency depends on output.libraryTarget
.
Enable presets of externals for specific targets.
Specifies the default type of externals ('amd*', 'umd*', 'system' and 'jsonp' depend on output.libraryTarget set to the same value).
Ignore specific warnings.
Options for infrastructure level logging.
Custom values available in the loader context.
Enable production optimizations or development hints.
Options affecting the normal modules (NormalModuleFactory
).
Name of the configuration. Used when loading multiple configurations.
Include polyfills or mocks for various node stuff.
Enables/Disables integrated optimizations.
Normalized options affecting the output of the compilation. output
options tell webpack how to write the compiled files to disk.
The number of parallel processed modules in the compilation.
Configuration for web performance recommendations.
Add additional plugins to the compiler.
Capture timing information for each module.
Store compiler state to a json file.
Load compiler state from a json file.
Options for the resolver.
Options for the resolver when resolving loaders.
Options affecting how file system snapshots are created and validated.
Stats options object or preset name.
Environment to build for. An array of environments to build for all of them when possible.
Enter watch mode, which rebuilds on file change.
Options for the watcher.
Normalized webpack options object.