enb-js-browserify

1.0.0 • Public • Published

enb-js-browserify

A browserify driven alternative to enb-js

Author: ertema
Example

const enbJsBrowserify = require('enb-js-browserify');
 
config.node('bundles/common', function(config) {
    config.addTechs([
        [
            enbJsBrowserify,
            {
                target: '?.browser.js', // default
                opts: { // Browserify options
                    fullPaths: Boolean, // Need for bundle analysis
                    debug: Booleam //  // Need for bundle analysis
                },
                plugins: []
                transforms: []
            }
        ]
    ]);
});

License

© 2018 YANDEX LLC. The code is released under the Mozilla Public License 2.0.

/enb-js-browserify/

    Package Sidebar

    Install

    npm i enb-js-browserify

    Weekly Downloads

    3

    Version

    1.0.0

    License

    MPL-2.0

    Unpacked Size

    19.6 kB

    Total Files

    5

    Last publish

    Collaborators

    • erblack