Skip to content

This project is a minimalist JavaScript bundler built from scratch to demonstrate the core concepts and functionalities of bundling in a simple and understandable manner.

shavidze/build-bundler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Description

This project is a minimalist JavaScript bundler built from scratch to demonstrate the core concepts and functionalities of bundling in a simple and understandable manner. The purpose of this showcase is to provide a clear and concise example of how a bundler works, making it accessible for beginners and those interested in understanding the inner workings of bundling.

Key Features

  • Dependency Resolution: Explore the process of analyzing JavaScript dependencies and creating a dependency graph.
  • Code Bundling: Bundle multiple JavaScript modules into a single file, enabling efficient loading and execution in the browser.

About

This project is a minimalist JavaScript bundler built from scratch to demonstrate the core concepts and functionalities of bundling in a simple and understandable manner.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published