# Case multi-chunk-single-runtime: Step 2

## Changed Files
- file.js

## Asset Files
- Bundle: a.js
- Bundle: b.js
- Bundle: main.js
- Bundle: main_async_js.chunk.CURRENT_HASH.js
- Bundle: runtime.js
- Manifest: runtime.LAST_HASH.hot-update.json, size: 46
- Update: a.LAST_HASH.hot-update.js, size: 96
- Update: b.LAST_HASH.hot-update.js, size: 96
- Update: main.LAST_HASH.hot-update.js, size: 99
- Update: runtime.LAST_HASH.hot-update.js, size: 204

## Manifest

### runtime.LAST_HASH.hot-update.json

```json
{"c":["a","b","main","runtime"],"r":[],"m":[]}
```


## Update


### a.LAST_HASH.hot-update.js

#### Changed Modules
- ./file.js

#### Changed Runtime Modules


#### Changed Content
```js
self["webpackHotUpdate"]('a', {
"./file.js": (function (module) {
module.exports = 3;


}),

});
```



### b.LAST_HASH.hot-update.js

#### Changed Modules
- ./file.js

#### Changed Runtime Modules


#### Changed Content
```js
self["webpackHotUpdate"]('b', {
"./file.js": (function (module) {
module.exports = 3;


}),

});
```



### main.LAST_HASH.hot-update.js

#### Changed Modules
- ./file.js

#### Changed Runtime Modules


#### Changed Content
```js
self["webpackHotUpdate"]('main', {
"./file.js": (function (module) {
module.exports = 3;


}),

});
```



### runtime.LAST_HASH.hot-update.js

#### Changed Modules


#### Changed Runtime Modules
- webpack/runtime/get_full_hash

#### Changed Content
```js
"use strict";
self["webpackHotUpdate"]('runtime', {},function(__webpack_require__) {
// webpack/runtime/get_full_hash
(() => {
__webpack_require__.h = function () {
	return "CURRENT_HASH";
};

})();

}
);
```




## Runtime
### Status

```txt
check => prepare => dispose => apply => idle
```



### JavaScript

#### Outdated

Outdated Modules:
- ./file.js


Outdated Dependencies:
```json
{
  "./main/index.js": [
    "./file.js"
  ]
}
```

#### Updated

Updated Modules:
- ./file.js

Updated Runtime:
- `__webpack_require__.h`


#### Callback

Accepted Callback:
- ./file.js

Disposed Callback: