diff --git a/browser-sync.json b/browser-sync.json index 7089c14..3fafed5 100644 --- a/browser-sync.json +++ b/browser-sync.json @@ -3,7 +3,6 @@ "port": 8080, "proxy": "localhost:3000", "files": [ - "dist/**/*", - "!dist/*.map" + ] }