mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
- App popup for creating folder in mobile version
- bug fixes
This commit is contained in:
6
webpack.mix.js
vendored
6
webpack.mix.js
vendored
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user