angularjs - Building Multiple Bundles in Angular JS Project using webpack -


we have huge angularjs application different modules module 1 , module 2.my requirement how make different builds both modules using webpack ? instance if npm build module 1 (i should module 1 , can give client 1 ) , module 2 shouldn't loaded , vice versa.

i have checked 2 concepts in webpack "multiple entry points , code splitting" , , if idea on how implement these concepts in configured angular application?


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -