@xylabs/ts-scripts-yarn3 4.0.0-rc.6 → 4.0.0-rc.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1380,6 +1380,7 @@ var packageCompileTsc = /* @__PURE__ */ __name(async (noEmit, config2, compilerO
1380
1380
  }, "packageCompileTsc");
1381
1381
 
1382
1382
  // src/actions/package/compile/packageCompileTsup.ts
1383
+ import svgrPlugin from "esbuild-plugin-svgr";
1383
1384
  import { build as build2, defineConfig } from "tsup";
1384
1385
 
1385
1386
  // src/actions/package/compile/inputs.ts
@@ -1436,6 +1437,9 @@ var compileFolder = /* @__PURE__ */ __name(async (folder, entryMode = "single",
1436
1437
  sourcemap: true,
1437
1438
  splitting: false,
1438
1439
  tsconfig: "tsconfig.json",
1440
+ esbuildPlugins: [
1441
+ svgrPlugin()
1442
+ ],
1439
1443
  ...options
1440
1444
  });
1441
1445
  const optionsList = (await Promise.all((Array.isArray(optionsResult) ? optionsResult : [