Skip to content
/ bundler Public

No time for transpilation, minifying and bundling your code? Use bundler and do it in just a few minutes!

License

Notifications You must be signed in to change notification settings

gnodi/bundler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@gnodi/bundler

[Node.js] No time for transpilation, minifying and bundling your code? Use bundler and do it in just a few minutes!

Build Coverage Status Version Downloads Dependencies Dev Dependencies

Installation

Run the following command to add the package to your dev dependencies:

$ npm install --save-dev @gnodi/bundler

Use

const bundler = require('@gnodi/bundler');

Bundle ES6 code to ES5

bundler.compile(6, 5, false, {});

LICENSE

MIT

About

No time for transpilation, minifying and bundling your code? Use bundler and do it in just a few minutes!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published