Chore: Remove core-js polyfills (#78715)

This commit is contained in:
Leon Sorokin 2023-11-29 11:12:23 -06:00 committed by GitHub
parent 1141dd62ab
commit 2ac60dc300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 6 deletions

View File

@ -51,6 +51,7 @@ var config = {
useIncognitoBrowserContext: false,
standard: 'WCAG2AA',
chromeLaunchConfig: {
executablePath: '/usr/bin/google-chrome',
args: ['--no-sandbox'],
},
// see https://github.com/grafana/grafana/pull/41693#issuecomment-979921463 for context

View File

@ -6,9 +6,7 @@
"@babel/preset-env",
{
"bugfixes": true,
"browserslistEnv": "dev",
"useBuiltIns": "entry",
"corejs": "3.10"
"browserslistEnv": "dev"
}
],
[

View File

@ -165,6 +165,7 @@
"chrome-remote-interface": "0.33.0",
"codeowners": "^5.1.1",
"copy-webpack-plugin": "11.0.0",
"core-js": "3.33.0",
"css-loader": "6.8.1",
"css-minimizer-webpack-plugin": "5.0.1",
"cypress": "13.1.0",
@ -309,7 +310,6 @@
"combokeys": "^3.0.0",
"comlink": "4.4.1",
"common-tags": "1.8.2",
"core-js": "3.33.0",
"d3": "7.8.5",
"d3-force": "3.0.0",
"d3-scale-chromatic": "3.0.0",

View File

@ -66,7 +66,6 @@
"ansicolor": "1.1.100",
"calculate-size": "1.1.1",
"classnames": "2.3.2",
"core-js": "3.33.0",
"d3": "7.8.5",
"date-fns": "2.30.0",
"hoist-non-react-statics": "3.3.2",
@ -164,6 +163,7 @@
"@types/tinycolor2": "1.4.3",
"@types/uuid": "9.0.2",
"common-tags": "1.8.2",
"core-js": "3.33.0",
"css-loader": "6.8.1",
"csstype": "3.1.2",
"esbuild": "0.18.12",

View File

@ -1,5 +1,4 @@
import 'symbol-observable';
import 'core-js';
import 'regenerator-runtime/runtime';
import 'whatwg-fetch'; // fetch polyfill needed for PhantomJs rendering