Skip to content

A simple javascript module bundler, it bundles multiple javascipt modules into a single bundle, which can then be run in any browser.

Notifications You must be signed in to change notification settings

akshay9677/my-bundler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Custom Bundler

This project is a simple javascript module bundler, it bundles multiple js codes into a single bundle, which can be run in any browser. This bundler goes thorugh your entry file and creates a dependency graph by resolving imports and bundles them into a single javascript bundle. You can minify your bundle and can generate iife and esm formats.

Configuration

  • input: Entry point of your file
  • output: Target file, where your bundle will be generated
  • options:
Option Type Description
compress Boolean Minify your code
format String Supports 'iife' & 'esm' formats

About

A simple javascript module bundler, it bundles multiple javascipt modules into a single bundle, which can then be run in any browser.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published