Skip to content

Commit af528e6

Browse files
authored
fix: apply similar fallback as Angular with esbuild (#1283)
Fixes #1255
1 parent 06bfb08 commit af528e6

File tree

5 files changed

+4648
-129
lines changed

5 files changed

+4648
-129
lines changed

e2e/babel-support/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "babel-support",
33
"dependencies": {
44
"@babel/core": "^7.16.7",
5-
"@babel/preset-env": "^7.16.7"
5+
"@babel/preset-env": "^7.16.7",
6+
"babel-jest": "^27.4.6"
67
}
78
}

0 commit comments

Comments
 (0)