Is there a way to selectively minimize certain files using laravel-mix? According to the documentation, you can minify files by running npm run prod
. I specifically want to minify the file a.js
but not b.js
. Can this be achieved through the webpack.mix.json
configuration file or the npm
command alias in package.json
?
Versions: