Having nested node_modules and different build files
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?
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...