Reputation: 11
Go to the project folder root in the file: webpack.mix.js.
webpack.mix.js.
mix.styles([ 'public/css/vendor/normalize.css', 'public/css/vendor/videojs.css' ], 'public/css/all.css');
Upvotes: 0
Views: 4424
Reputation: 65
Mix automatically minifies your CSS when running
npm run production
Laravel 5.7 Mix - Running Mix
Upvotes: 1