mobile spotlight

This commit is contained in:
Peter Papp
2021-08-10 10:19:10 +02:00
parent 79295e77b6
commit 1175724e43
17 changed files with 241 additions and 824 deletions

4
webpack.mix.js vendored
View File

@@ -34,12 +34,12 @@ mix.js('resources/js/main.js', 'public/js')
clientLogLevel: 'none'
}
})
/*.options({
.options({
hmrOptions: {
host: '192.168.1.198',
port: '8080'
},
})*/
})
.disableNotifications();
if (mix.inProduction()) {