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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -