Skip to content

CoderSerio/web-genesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-genesis

web-genesis is a mini-webpack for learning.

Dependencies

There are core dependencies we use in this program:

  • @babel/core:supply the babel APIs.
  • @babel/preset-env:transfer JavaScript code in style of ES6+ to one of ES5.
  • @babel/parser: analyse JavaScript code, and transfer it to AST.
  • @babel/traverse:traverse the AST.
  • tapable: inject code in specific stages to implement the plugin mechanism.

Test

Change directory to /example and run the command below:

npm run build

About

a mini webpack with plugin and loader

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published