laravel-vue-spa
laravel-vue-spa copied to clipboard
Split chunks vendors not working
Hey!
When I do in my webpack.js:
mix.js('resources/js/app.js', 'public/dist/js').extract()
It still creates one file app.js. I want three files: app.js, vendor.js, manifest.js.
What am I doing wrong?
Take a look at this #303