diff --git a/graph/client/project.json b/graph/client/project.json index 9946254e39e6c..d6b439f4fa827 100644 --- a/graph/client/project.json +++ b/graph/client/project.json @@ -37,7 +37,6 @@ "outputPath": "build/apps/graph", "index": "graph/client/src/index.html", "main": "graph/client/src/main.tsx", - "polyfills": "graph/client/src/polyfills.ts", "tsConfig": "graph/client/tsconfig.app.json", "styles": ["graph/client/src/styles.css"], "scripts": [], diff --git a/graph/client/src/polyfills.ts b/graph/client/src/polyfills.ts deleted file mode 100644 index 2adf3d05b6fcf..0000000000000 --- a/graph/client/src/polyfills.ts +++ /dev/null @@ -1,7 +0,0 @@ -/** - * Polyfill stable language features. These imports will be optimized by `@babel/preset-env`. - * - * See: https://github.com/zloirock/core-js#babel - */ -import 'core-js/stable'; -import 'regenerator-runtime/runtime';