Sponsor webpack and get apparel from the official shop! All proceeds go to our open collective!
The ExtendedAPIPlugin
adds two free variables to the compilation, which adds the global hash to the runtime.
__webpack_hash__
: The hash of chunk__webpack_chunkname__
: The name of chunkDon't combine
ExtendedAPIPlugin
with theHotModuleReplacementPlugin
to avoid conflicts, they both add hashes to runtime.
Don't combine
ExtendedAPIPlugin
with the usage of[chunkhash]
or[contenthash]
in output configuration. See this pull request for details.
new webpack.ExtendedAPIPlugin();