diff --git a/index.js b/index.js index 10057ed..a83ef76 100644 --- a/index.js +++ b/index.js @@ -43,7 +43,7 @@ class LaravelMixValet { return; } - const hotFile = path.resolve(__dirname, '../public/hot'); + const hotFile = path.resolve('public', 'hot'); if (!fs.existsSync(hotFile)) { return;