1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-13 01:58:44 +02:00
bitwarden-browser/apps/web/src/polyfills.ts

14 lines
294 B
TypeScript

import "core-js/stable";
require("zone.js/dist/zone");
if (process.env.NODE_ENV === "production") {
// Production
} else {
// Development and test
Error["stackTraceLimit"] = Infinity;
require("zone.js/dist/long-stack-trace-zone");
}
// Other polyfills
require("date-input-polyfill");