fix(nx-plugin): don't add tslib if compiling with swc (#16418)
This commit is contained in:
parent
61451a100b
commit
c337998eb9
@ -87,7 +87,9 @@ export async function pluginGenerator(host: Tree, schema: Schema) {
|
||||
})
|
||||
);
|
||||
|
||||
tasks.push(addTsLibDependencies(host));
|
||||
if (options.bundler === 'tsc') {
|
||||
tasks.push(addTsLibDependencies(host));
|
||||
}
|
||||
|
||||
tasks.push(
|
||||
addDependenciesToPackageJson(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user