mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-30 18:04:05 +00:00
Laravel Vapor - Fix a problem with deployment
This commit is contained in:
Vendored
+6
@@ -10,6 +10,12 @@ const mix = require('laravel-mix');
|
||||
| file for the application as well as bundling up all the JS files.
|
||||
|
|
||||
*/
|
||||
mix.webpackConfig({
|
||||
watchOptions: {
|
||||
poll: true,
|
||||
aggregateTimeout: 2000,
|
||||
},
|
||||
});
|
||||
|
||||
mix.js('./resources/assets/vue/app.js', 'public/vue')
|
||||
.vue()
|
||||
|
||||
Reference in New Issue
Block a user