You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exports[`umd and iife should drop process.env.NODE_ENV: umd and iife should drop process.env.NODE_ENV dist/index.umd.min.js 1`] =`
346
+
"!function(e,o){\\"object\\"==typeofexports&&\\"undefined\\"!=typeofmodule?o(exports):\\"function\\"==typeofdefine&&define.amd?define([\\"exports\\"],o):o((e=e||self).dropNodeEnv={})}(this,(function(e){\\"use strict\\";e.a=\\"\\",e.b=\\"\\",e.a=\\"live in prod\\",e.b=\\"live in prod\\",Object.defineProperty(e,\\"__esModule\\",{value:!0})}));
347
+
"
348
+
`;
349
+
350
+
exports[`umd and iife should preserve existing env.NODE_ENV: umd and iife should preserve existing env.NODE_ENV dist/index.iife.js 1`] =`
351
+
"var dropNodeEnv = (function (exports) {
352
+
'use strict';
353
+
354
+
exports.a='';
355
+
exports.b='';
356
+
357
+
{
358
+
exports.a = 'live in prod';
359
+
}
360
+
361
+
{
362
+
exports.b = 'live in prod';
363
+
}
364
+
365
+
returnexports;
366
+
367
+
}({}));
368
+
"
369
+
`;
370
+
371
+
exports[`umd and iife should preserve existing env.NODE_ENV: umd and iife should preserve existing env.NODE_ENV dist/index.iife.min.js 1`] =`
372
+
"var dropNodeEnv=function(r){\\"use strict\\";returnr.a=\\"\\",r.b=\\"\\",r.a=\\"live in prod\\",r.b=\\"live in prod\\",r}({});
373
+
"
374
+
`;
375
+
376
+
exports[`umd and iife should preserve existing env.NODE_ENV: umd and iife should preserve existing env.NODE_ENV dist/index.umd.js 1`] =`
exports[`umd and iife should preserve existing env.NODE_ENV: umd and iife should preserve existing env.NODE_ENV dist/index.umd.min.js 1`] =`
401
+
"!function(e,o){\\"object\\"==typeofexports&&\\"undefined\\"!=typeofmodule?o(exports):\\"function\\"==typeofdefine&&define.amd?define([\\"exports\\"],o):o((e=e||self).dropNodeEnv={})}(this,(function(e){\\"use strict\\";e.a=\\"\\",e.b=\\"\\",e.a=\\"live in prod\\",e.b=\\"live in prod\\",Object.defineProperty(e,\\"__esModule\\",{value:!0})}));
1 commit comments
vercel[bot] commentedon Apr 26, 2020
Successfully deployed to following URLs: