• Robert Knight's avatar
    Restrict the Node module polyfills included by Browserify · acf67c31
    Robert Knight authored
    By default the app bundle included the large polyfills
    for Node's buffer and crypto modules due to them being
    required by node-uuid.
    
    Fix this by making Buffer undefined in the browser
    and explicitly whitelisting the set of modules
    that Browserify should polyfill.
    acf67c31
createBundle.js 4.57 KB