Merge pull request #8 from AJIXuMuK/gcb-ts-remove-rushstach-3.2
gcb-typescript: remove rushstack compiler 3.2 dep
This commit is contained in:
Коммит
ad3477eec5
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "@microsoft/gulp-core-build-typescript",
|
||||
"comment": "Update a dependency on RSC-3.2 to point to RSC-4.5.",
|
||||
"type": "patch"
|
||||
}
|
||||
],
|
||||
"packageName": "@microsoft/gulp-core-build-typescript",
|
||||
"email": "aterentiev@microsoft.com"
|
||||
}
|
|
@ -60,7 +60,7 @@ export abstract class RSCTask<TTaskConfig extends IRSCTaskConfig> extends GulpTa
|
|||
'Unable to resolve rush-stack-compiler from tsconfig.json. Using built-in compiler'
|
||||
);
|
||||
const builtInCompilerPath: string | undefined = RSCTask._packageJsonLookup.tryGetPackageFolderFor(
|
||||
require.resolve('@microsoft/rush-stack-compiler-3.2')
|
||||
require.resolve('@microsoft/rush-stack-compiler-4.5')
|
||||
);
|
||||
if (!builtInCompilerPath) {
|
||||
throw new Error(
|
||||
|
|
Загрузка…
Ссылка в новой задаче