Skip to content
forked from ronami/minipack

📦 A simplified example of a modern module bundler written in JavaScript

License

Notifications You must be signed in to change notification settings

dev-albin/minipack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Minipack

A simplified example of a modern module bundler written in JavaScript

What's in it for me?

Most of us don't have to think too much about module bundlers in our day jobs. However, module bundlers are all around us, and if you're a web developer you are probably using module bundlers on a daily basis.

Having a good understanding of how popular tools like Webpack or Browserify work is extremely helpful.

The purpose of this example is to help you understand how most module bundlers work, and that they're not as scary as you might think.

Development

Start by installing dependencies:

$ npm install

And then run our script:

$ node run.js

Awesome, where do I start?

Head on to the source code: src/minipack.js.

Additional links

About

📦 A simplified example of a modern module bundler written in JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%