@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.
package/dist/index.mjs CHANGED
@@ -1474,6 +1474,7 @@ var packageCompileTsc = /* @__PURE__ */ __name(async (noEmit, config2, compilerO
1474
1474
  }, "packageCompileTsc");
1475
1475
 
1476
1476
  // src/actions/package/compile/packageCompileTsup.ts
1477
+ import svgrPlugin from "esbuild-plugin-svgr";
1477
1478
  import { build as build2, defineConfig } from "tsup";
1478
1479
 
1479
1480
  // src/actions/package/compile/inputs.ts
@@ -1530,6 +1531,9 @@ var compileFolder = /* @__PURE__ */ __name(async (folder, entryMode = "single",
1530
1531
  sourcemap: true,
1531
1532
  splitting: false,
1532
1533
  tsconfig: "tsconfig.json",
1534
+ esbuildPlugins: [
1535
+ svgrPlugin()
1536
+ ],
1533
1537
  ...options
1534
1538
  });
1535
1539
  const optionsList = (await Promise.all((Array.isArray(optionsResult) ? optionsResult : [