Closed as not planned
Closed as not planned
Description
after #3923 and #3501 dead code from instanceOf is no longer tree shaked for browsers
@IvanGoncharov wrote
Bundlers incorrectly replace (probably RegExp) process.env.NODE_ENV with "development" resulting in:
(_globalThis$process = globalThis.process) === null || _globalThis$process === void 0 ? void 0 : _globalThis$"development";
but this happens only when using globalThis.process.env.NODE_ENV
Metadata
Metadata
Assignees
Labels
No labels