- App popup for creating folder in mobile version

- bug fixes
This commit is contained in:
Peter Papp
2020-12-19 13:47:14 +01:00
parent 55cf58fffd
commit e92d9344b9
18 changed files with 389 additions and 280 deletions

6
webpack.mix.js vendored
View File

@@ -26,6 +26,12 @@ mix.js('resources/js/main.js', 'public/js')
chunkFilename: '[name].js?id=[chunkhash]',
}
})
/*.options({
hmrOptions: {
host: '192.168.1.198',
port: '8080'
},
}*/
.disableNotifications();
if (mix.inProduction()) {