enb-esnext

0.1.0 • Public • Published

enb-esnext

Available technologies:

  • esnext

Usage

Install the package:

$ npm instal --save-dev enb-esnext

Add the tech to your project's make.js

var esnext = require('enb-esnext/techs/esnext');

module.exports = function(config) {
    config.node('bundle', function(node) {
        node.addTechs([
            [esnext, {
                source: '?.pre.js',
                target: '?.js'
            }]
        ]);

        node.addTarget('?.js');
    });
};

Readme

Keywords

Package Sidebar

Install

npm i enb-esnext

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • zolotoy