mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
Middleware to log all request path
This commit is contained in:
Vendored
+7
-6
@@ -11,12 +11,13 @@ const mix = require('laravel-mix');
|
||||
|
|
||||
*/
|
||||
|
||||
// mix.webpackConfig({
|
||||
// watchOptions: {
|
||||
// poll: true,
|
||||
// aggregateTimeout: 2000,
|
||||
// },
|
||||
// });
|
||||
mix.webpackConfig({
|
||||
watchOptions: {
|
||||
poll: true,
|
||||
aggregateTimeout: 2000,
|
||||
},
|
||||
});
|
||||
|
||||
mix.js('./resources/assets/vue/app.js', 'public/vue')
|
||||
.vue()
|
||||
.version()
|
||||
|
||||
Reference in New Issue
Block a user