This package has been deprecated

Author message:

Deprecated. Check out [grunt-babel](https://github.com/babel/grunt-babel) instead.

grunt-es6-transpiler

1.0.2 • Public • Published

grunt-es6-transpiler Build Status

Transpile ES6 to ES5 with es6-transpiler

Issues with the output should be reported on the es6-transpiler issue tracker.

Install

$ npm install --save-dev grunt-es6-transpiler

Usage

require('load-grunt-tasks')(grunt); // npm install --save-dev load-grunt-tasks
 
grunt.initConfig({
    es6transpiler: {
        dist: {
            files: {
                'dist/app.js': 'src/app.js'
            }
        }
    }
});
 
grunt.registerTask('default', ['es6transpiler']);

Options

Use the es6-transpiler options, except for filename, src, outputToConsole, outputFilename.

License

MIT © Sindre Sorhus

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i grunt-es6-transpiler

Weekly Downloads

30

Version

1.0.2

License

MIT

Last publish

Collaborators

  • sindresorhus