webpack 2 combine multiple projects -


i'm trying separate multiple projects use webpack, combine chunks have in common. example:

project#1 , project#2 have dependencies on lodash. via commonschunkplugin split node_modules (in case lodash) own vendor chunk. basically, vendor chunks of both project#1 , project#2 identical.

the reason why want this, because if have multiple, big webpack projects, don't want build sources, if project#1 change...

can achieved somehow? main problem see per-project-unique manifest files (at least think be).


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -