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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -