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

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

minify - Minimizing css files -

php - How to remove letter in front of the word laravel -