Merge pull request #7569 from backstage/rugvip/transformers

cli: rework how we handle ESM transforms for tests
This commit is contained in:
Patrik Oldsberg
2021-10-15 10:28:53 +02:00
committed by GitHub
12 changed files with 144 additions and 69 deletions
-3
View File
@@ -28,8 +28,6 @@
"backstage-cli": "bin/backstage-cli"
},
"dependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
"@backstage/cli-common": "^0.1.4",
"@backstage/config": "^0.1.10",
"@backstage/config-loader": "^0.6.10",
@@ -54,7 +52,6 @@
"@typescript-eslint/eslint-plugin": "^v4.30.0",
"@typescript-eslint/parser": "^v4.28.3",
"@yarnpkg/lockfile": "^1.1.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"bfj": "^7.0.2",
"buffer": "^6.0.3",
"chalk": "^4.0.0",