holyzfy/febu

support babeljs

Closed this issue · 0 comments

febu.json

用babel编译jsnext目录的代码到js目录

{
    "jsnext": {
        "src": "jsnext",
        "output": "js",
        "ignore": ["js/lib", "js/config.js"]
    }
}