We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d20d8b commit 82aaf00Copy full SHA for 82aaf00
packages/common/utils/is-babel-7.js
@@ -22,7 +22,7 @@ export function isBabel7(dependencies = {}, devDependencies = {}) {
22
return true;
23
}
24
25
- if (devDependencies.typescript) {
+ if (devDependencies.typescript && !dependencies['@angular/core']) {
26
27
28
0 commit comments