multimix
multimix copied to clipboard
multiple builds with Laravel Mix
Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @ryanwilsonperkin in webpack/webpack#16759 v5.76.0...
Hello. Tell me please, why my configuration is not working? `webpack.mix.js` ```javascript let fs = require('fs'), mix = require('laravel-mix'), srcPath = 'resources/', publicPath = 'public_html/assets/', pathImg = 'images', pathFont =...
Hi, @omnichronous. I've added the support for unique manifest file. Just use `--unique-manifest` flag on `npm run`.