laravel-mix-merge-manifest icon indicating copy to clipboard operation
laravel-mix-merge-manifest copied to clipboard

This extension support multi mix configration without overwriting the mix-manifest.json file

Results 4 laravel-mix-merge-manifest issues
Sort by recently updated
recently updated
newest added

Getting error when split chunks enabled. Is there any examples when split chunks enabled? ![image](https://user-images.githubusercontent.com/5219953/221841755-031c6362-2e27-4eda-ad0b-c7cf43b6310e.png) ![image](https://user-images.githubusercontent.com/5219953/221841072-4ba4285d-2343-4e08-8e5e-95fc782599bb.png) 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...