0.0.2 • Published 7 years ago

es-start-kit v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

A convenient module that help you transform ES2015+ into ES5

Usage

Install
yarn add es-start-kit

Or if you don't use yarn

npm install es-start-kit --save-dev

Currently, you must have an directory src in the project root and an entry.js file as the project's entry.

Then you can use the es-load in your package.json like

"scripts": {
    "build" : "es-load"
  }