You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bundler.js 202B

12345678
  1. (global => {
  2. // __filename
  3. if (typeof global.__filename === 'undefined') {
  4. global.__filename = '__filename';
  5. }
  6. })(global || window || this); // eslint-disable-line no-invalid-this