This commit is contained in:
Čarodej
2022-03-20 19:02:34 +01:00
parent 42245317f4
commit 5d15f3da51
72 changed files with 172 additions and 140 deletions

4
webpack.mix.js vendored
View File

@@ -25,10 +25,10 @@ mix
chunkFilename: '[name].js?id=[chunkhash]',
}
})
.options({
/*.options({
hmrOptions: {
host: '192.168.1.112',
port: '8080'
},
})
})*/
.disableNotifications();