Skip to content

🤖 The imitator of Webpack that generating dependency graph from project.

Notifications You must be signed in to change notification settings

Jess-2021/mini-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super mini-webpack demo

The imitator of Webpack that generating dependency graph for web project.

  • 模拟webpack打包生成IIFE的过程。包括了:

    • 从入口生成依赖树;
    • 到递归分析依赖;
    • 最后生成依赖图。
  • 模拟require的实现。

About

🤖 The imitator of Webpack that generating dependency graph from project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published