This package has been deprecated

Author message:

hopp-babel is deprecated. Use hopp-plugin-babel instead.

hopp-babel

0.0.2 • Public • Published

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.

Dependencies (2)

Dev Dependencies (2)

Package Sidebar

Install

npm i hopp-babel

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • karimsa