0.0.2 • Published 7 years ago

hopp-babel v0.0.2

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

hopp-babel

Use babel with hopp.

NPM

Usage

Install & save with: npm i -D hopp-babel.

Sample hoppfile.js that uses hopp-babel:

import hopp from 'hopp'

export default
  hopp([ 'src/*.js' ])
    // the options object is optional and will
    // be passed directly to babel
    .babel({
      presets: [
        'env'
      ]
    })
    .dest('dist')

License

Licensed under MIT license.

Copyright © 2017 10244872 Canada Inc.