laravel-multimix icon indicating copy to clipboard operation
laravel-multimix copied to clipboard

Having nested node_modules and different build files

Open ijpatricio opened this issue 7 years ago • 1 comments

Hello @pi0

I've been playing around with this package, and i can relate to lot of needs.

I do something different, abut can leverage your package very well. Maybe you want to take a look?

Project: https://github.com/ijpatricio/laravel-mix-branches

Live demo: https://laravel-mix-branches.laravel.pt/

Project root has "root node_modules"

but then application areas may have different node_modules dependecies.

resources/assets/mix-branches has modules/packages folders. check inside.

App is TailwindCss, while Blog is not. App is VueJs 2.5, Blog is Vue 1. (for whatever reason.. just for demo...)

What do you think?

ijpatricio avatar Mar 13 '18 11:03 ijpatricio

Seems you have abandoned this package?

Have customized a little, and integrated with also modular backend. Check here... https://github.com/ijpatricio/laravel-modules-multimix

Wanting a new feature, to control modules environment build (dev/prod), so that pre-commit hooks and stuf...

Will make a fork for now...

ijpatricio avatar Jul 31 '18 21:07 ijpatricio