Skip to content

stcjs/stc-babel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stc-babel

Use babel to transpile ES2015+ to ES5

Install

npm install stc-babel

How to use

// stc.config.js
var babel = require('stc-babel');

stc.transpile({
  babel: {plugin: babel, include: /\.es$/, options: {}}
});

About

Use babel to transpile ES6+ to ES5

Resources

License

Stars

Watchers

Forks

Packages

No packages published