Skip to content

Commit

Permalink
fix: apply similar fallback as Angular with esbuild (#1283)
Browse files Browse the repository at this point in the history
Fixes #1255
  • Loading branch information
ahnpnl authored Jan 18, 2022
1 parent 06bfb08 commit af528e6
Show file tree
Hide file tree
Showing 5 changed files with 4,648 additions and 129 deletions.
3 changes: 2 additions & 1 deletion e2e/babel-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "babel-support",
"dependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.7"
"@babel/preset-env": "^7.16.7",
"babel-jest": "^27.4.6"
}
}
Loading

0 comments on commit af528e6

Please sign in to comment.