UI improvements 3

This commit is contained in:
Čarodej
2022-01-04 06:47:59 +01:00
parent 3b4085f0ca
commit 49c6f25acb
6 changed files with 74 additions and 453 deletions

4
webpack.mix.js vendored
View File

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