Skip to content

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

Notifications You must be signed in to change notification settings

dormadekhin/laravel-mix-merge-manifest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Laravel Mix - Merge Manifest

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

Usage

First, install the extension.

npm install laravel-mix-merge-manifest --save-dev

Then, require it within your webpack.mix.js file, like so:

let mix = require('laravel-mix');

require('laravel-mix-merge-manifest');

mix
    .js('resources/assets/js/app.js', 'public/js')
    .less('resources/assets/less/app.less', 'public/css')
    .mergeManifest();

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%