Closed quelo83 closed 5 years ago
Sorry, but I've never used laravel mix 😕 But it looks like you can change the webpack config similar to whats explained in the readme looking at this: https://laravel-mix.com/docs/4.0/quick-webpack-configuration
Have you tried this?
mix.webpackConfig({
module: {
rules: [
{
test: /\.vue$/,
loader: ['vue-inheritance-loader']
}
]
}
});
Hi, what would be the configuration for Laravel Mix v4? Although I've tried I couldn't make it work. Thanks in advance!