-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Labels
Description
More visualization to explain different sub architectures.
For example:
- Explain assets, bundles, modules visually
- The plugin architecture, it hooks etc.
UML like visualization:
- A class diagram for stats, compilation, compilation etc. object - even when js is not a OO language, class are made to understand the whole and how it interact together
- A flow like diagram which explains the webpack internal flow on a generic level
- I found nothing about JS tapale "pattern" or whatever it is on which webpack builds on - it were so helpfull to explain the concept of those more detailed
Keep in mind that visualization can incredible helpfull
edit
- I saw webpack buils on top of plugins too, internal plugins, this could be wonderfully visualized as well.