(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : factory((global.myBundle = {})); }(this, function (exports) { 'use strict'; exports.foo = 1; exports.bar = 2; }));