es-start-kit

0.0.2 • Public • Published

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"
  }

Readme

Keywords

none

Package Sidebar

Install

npm i es-start-kit

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • cyl19910101