Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 709 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 709 Bytes

Bandler Bundler 🧺

What is this?

It's a basic bunder! It bundles... but not very well! It is largely based on this article, but I've made some notable improvements... At least I think so

How do I use it?

  • You clone it -- git clone <this-repo>
  • You install dependeicnies -- (I'm using Yarn PnP cause it's rad, but you can likely just npm i it)
  • You run it -- yarn node app.js <entry-path>
    • Full path to entry is required at the moment and circular dependencies make it perish so be careful
  • Find your bundle inside of build called bundle.js

Demo

Before

After