1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Revert "Ignore .next from hot reload watcher" (#1313)

This commit is contained in:
Arunoda Susiripala 2017-02-28 14:16:11 +05:30 committed by Tim Neutkens
parent 012c4d1f81
commit fd430e53bf

View file

@ -128,8 +128,7 @@ export default class HotReloader {
const ignored = [ const ignored = [
/(^|[/\\])\../, // .dotfiles /(^|[/\\])\../, // .dotfiles
/node_modules/, /node_modules/
/\.next/
] ]
const windowsSettings = isWindowsBash() ? { const windowsSettings = isWindowsBash() ? {
lazy: false, lazy: false,