This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mix.options({ | |
hmrOptions: { | |
host: 'laravel.dev.local', // site's host name | |
port: 8080, | |
} | |
}); | |
// // fix css files 404 issue | |
mix.webpackConfig({ | |
// add any webpack dev server config here |
NewerOlder