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

yunho1017/minipack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minipack

A simple module bundler, inspired by minipack and tinypack

Features

  • Remove duplication for the same module
  • Resolve circular dependency
  • node_modules resolution
  • Config file
    • Resolve Alias Option
    • Custom loader (ts-loader, babel-loader)

Install

Install globally with npm

npm install -g @yunho1017/minipack

Install your package.json

yarn add @yunho1017/minipack

How to use

TBD

How does it work?

Use the code, Luke!

References

  • Minipack: A simplified example of a modern module bundler written in JavaScript
  • Tinypack: A simple TypeScript module bundler

License

MIT

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

  • TypeScript 72.7%
  • JavaScript 24.2%
  • HTML 3.1%