mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
hot-reloader: remove fileSystem property
This commit is contained in:
parent
f335c21c7c
commit
a3548a6717
|
@ -143,10 +143,6 @@ export default class HotReloader {
|
||||||
send (type, data) {
|
send (type, data) {
|
||||||
this.server.sockWrite(this.server.sockets, type, data)
|
this.server.sockWrite(this.server.sockets, type, data)
|
||||||
}
|
}
|
||||||
|
|
||||||
get fileSystem () {
|
|
||||||
return this.server.middleware.fileSystem
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function deleteCache (path) {
|
function deleteCache (path) {
|
||||||
|
|
Loading…
Reference in a new issue