Skip to content

JJVvV/how-to-write-your-own-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

how-to-write-your-own-webpack

A simple file bundle implementation just like webpack. Demo

Usage

git clone 
node src/index.js --entry ./demo/test.js --output ./demo/output.js

Open ./demo/demo.html in a browser.

Then press F12 and you will find some console info.

TODO

  • loader
  • plugin

About

A simple js bundler just like webpack.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published