CARVIEW |
Select Language
HTTP/2 301
date: Wed, 30 Jul 2025 10:10:41 GMT
content-type: text/html
content-length: 162
location: https://webpack.js.org/plugins/hot-module-replacement-plugin/
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
server: cloudflare
access-control-allow-origin: *
expires: Wed, 30 Jul 2025 10:20:41 GMT
cache-control: max-age=600
x-proxy-cache: MISS
x-github-request-id: C469:17B405:15ED82:19BF36:6889EFA1
accept-ranges: bytes
age: 0
via: 1.1 varnish
x-served-by: cache-maa10227-MAA
x-cache: MISS
x-cache-hits: 0
x-timer: S1753870242.637063,VS0,VE225
vary: Accept-Encoding
x-fastly-request-id: 98b73d244cceb6cf27baa3ef69253f2788dbc530
cf-cache-status: DYNAMIC
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=NrIJF615K0yswuaL7og7u56ju6FBonaeitXazKBmTL8YQcQJejIk3bFev9qcVCvxa%2FOP0wPDfw8Zd71JBCZdHtQYuRKLPatLvn7IeoA%3D"}]}
cf-ray: 967411520accf424-BLR
HTTP/1.1 301 Moved Permanently
Date: Wed, 30 Jul 2025 10:10:41 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Location: https://webpack.js.org/plugins/hot-module-replacement-plugin/
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Gw747oQjLIHEJXt6qPOL%2FbPI13UCn9iT2UGp%2BwYqj7yj8bEPxlRw74GzXeZzpGELhiZhGOq0RddRQDkAdGF500464pisP3W3ST7pdXk%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 967411539d705917-BLR
HTTP/2 200
date: Wed, 30 Jul 2025 10:10:42 GMT
content-type: text/html; charset=utf-8
content-length: 12925
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
server: cloudflare
x-origin-cache: HIT
last-modified: Wed, 30 Jul 2025 00:11:08 GMT
access-control-allow-origin: *
etag: W/"6889631c-168f5"
expires: Wed, 30 Jul 2025 10:20:42 GMT
cache-control: max-age=600
content-encoding: gzip
x-proxy-cache: MISS
x-github-request-id: B388:136977:15E2B2:19B438:6889EF9F
accept-ranges: bytes
age: 0
via: 1.1 varnish
x-served-by: cache-maa10228-MAA
x-cache: MISS
x-cache-hits: 0
x-timer: S1753870242.886177,VS0,VE233
vary: Accept-Encoding
x-fastly-request-id: 09595822f061889312fd76d215af85823805c3c3
cf-cache-status: DYNAMIC
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ETKAP2iDV0hFDK%2FQunuc7VvCCcnUGIjXL3gZDYCwhpIdjaLKKDC%2FWL7E1%2FKbJV3lvj0jLU%2FwJycVTUBQ16jdDI1atuoFC1CzutcEaqY%3D"}]}
cf-ray: 967411539e47f424-BLR
HotModuleReplacementPlugin | webpack
Community
webpack
SplitChunksPlugin
- Defaults
- Configuration
- optimization.splitChunks
- splitChunks.automaticNameDelimiter
- splitChunks.chunks
- splitChunks.maxAsyncRequests
- splitChunks.maxInitialRequests
- splitChunks.defaultSizeTypes
- splitChunks.minChunks
- splitChunks.hidePathInfo
- splitChunks.minSize
- splitChunks.minSizeReduction
- splitChunks.enforceSizeThreshold
- splitChunks.minRemainingSize
- splitChunks.layer
- splitChunks.maxSize
- splitChunks.maxAsyncSize
- splitChunks.maxInitialSize
- splitChunks.name
- splitChunks.usedExports
- splitChunks.cacheGroups
- Examples
webpack contrib
MiniCssExtractPlugin
- Getting Started
- Options
- Examples
- Recommended
- Minimal example
- Named export for CSS Modules
- The publicPath option as function
- Advanced configuration example
- Hot Module Reloading (HMR)
- Minimizing For Production
- Using preloaded or inlined CSS
- Extracting all CSS in a single file
- Extracting CSS based on entry
- Filename Option as function
- Long Term Caching
- Remove Order Warnings
- Multiple Themes
- Media Query Plugin
- Hooks
- Contributing
- License
HotModuleReplacementPlugin
Enables Hot Module Replacement, otherwise known as HMR.
Basic Usage
Enabling HMR is straightforward and in most cases no options are necessary.
new webpack.HotModuleReplacementPlugin({
// Options...
});
« Previous
HashedModuleIdsPluginNext »
IgnorePlugin