提交 a0137d4f 编写于 作者: T Tim Neutkens

Rename class to NextJsRequireCacheHotReloader

上级 5ffbb348
...@@ -5,7 +5,7 @@ function deleteCache (path: string) { ...@@ -5,7 +5,7 @@ function deleteCache (path: string) {
} }
// This plugin flushes require.cache after emitting the files. Providing 'hot reloading' of server files. // This plugin flushes require.cache after emitting the files. Providing 'hot reloading' of server files.
export default class ChunkNamesPlugin { export default class NextJsRequireCacheHotReloader {
prevAssets: null | {[string]: {existsAt: string}} prevAssets: null | {[string]: {existsAt: string}}
constructor () { constructor () {
this.prevAssets = null this.prevAssets = null
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册