1
0
Fork 0
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:
nkzawa 2016-11-01 01:15:50 +09:00
parent f335c21c7c
commit a3548a6717

View file

@ -143,10 +143,6 @@ export default class HotReloader {
send (type, data) {
this.server.sockWrite(this.server.sockets, type, data)
}
get fileSystem () {
return this.server.middleware.fileSystem
}
}
function deleteCache (path) {