Features
- add support for a pseudo extensions
.webpack[type]
(e. g..webpack[javascript/auto]
) to specify the default module type when no other module type is specified- to be used with
!=!
inline syntax
- to be used with
Bugfixes
- fixes incorrect cache invalidation when new properties are added to the DefinePlugin
Experiments
- add
experiments.executeModule
to allow build-time execution of modules of the module graph- add
this.importModule(request, options, [callback]): Promise
to the loader context - add
compilation.executeModule(request, options, callback)
for plugins
- add