feat(nx-cloud): organize workspace caching with improved input/outputs (#10734)

This commit is contained in:
Nathan Walker
2025-04-29 13:25:39 -07:00
committed by GitHub
parent 2ad5daf7f8
commit 61a83a60c9
27 changed files with 2202 additions and 73 deletions

View File

@@ -1,4 +1,4 @@
import type { IWebpackEnv } from '@nativescript/webpack';
import type { IWebpackEnv } from '..';
const ENV_FLAG_RE = /--env\.(\w+)(?:=(.+))?/;

View File

@@ -1,4 +1,4 @@
import { defaultConfigs } from '@nativescript/webpack';
import { defaultConfigs } from '..';
import { getAllDependencies } from './dependencies';
import { error } from './log';

View File

@@ -1,4 +1,4 @@
import { env } from '@nativescript/webpack';
import { env } from '..';
import dedent from 'ts-dedent';
// de-indents strings so multi-line string literals can be used