Merge pull request #2166 from github/koesie10/remove-babel-loader

Remove direct dependency on babel-loader
This commit is contained in:
Koen Vlaswinkel
2023-03-14 09:54:06 +01:00
committed by GitHub
2 changed files with 1 additions and 3 deletions

View File

@@ -105,7 +105,6 @@
"@vscode/vsce": "^2.15.0",
"ansi-colors": "^4.1.1",
"applicationinsights": "^2.3.5",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.3",
"css-loader": "~3.1.0",
"del": "^6.0.0",

View File

@@ -1069,7 +1069,7 @@
{
"command": "codeQL.viewCfgContextEditor",
"when": "false"
},
},
{
"command": "codeQLVariantAnalysisRepositories.openConfigFile",
"when": "false"
@@ -1498,7 +1498,6 @@
"@vscode/vsce": "^2.15.0",
"ansi-colors": "^4.1.1",
"applicationinsights": "^2.3.5",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.3",
"css-loader": "~3.1.0",
"del": "^6.0.0",