laravel-mix-merge-manifest
laravel-mix-merge-manifest copied to clipboard
This extension support multi mix configration without overwriting the mix-manifest.json file
Getting error when split chunks enabled. Is there any examples when split chunks enabled?   Here is my config ``` `reactConfigFiles.forEach(function(configFile){ // process only .bundle.js files if ( configFile.indexOf('.bundle.js')...
Currently i need to have two manifest (dev and prod). Maybe this package could help, but i think we need more documentations about how it works.
Hi, For example, I have a file named: style_file.css, when I compile webpack it is written to mix-manifest.json the path to which the file was compiled, right? But if I...
Hi, This plugin is great! But there are still some minor problems: Multiple sites import the same public component, and all sites cannot be updated at once when this component...