robuild 0.1.8 → 0.1.10

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.
@@ -2,7 +2,7 @@
2
2
  var package_default = {
3
3
  name: "robuild",
4
4
  type: "module",
5
- version: "0.1.8",
5
+ version: "0.1.10",
6
6
  packageManager: "pnpm@10.11.1",
7
7
  description: "Zero-config ESM/TS package builder. Powered by Rolldown and Oxc",
8
8
  license: "MIT",
package/dist/cli.mjs CHANGED
@@ -59,7 +59,9 @@ async function runBuild(entries, flags) {
59
59
  banner: config.banner,
60
60
  footer: config.footer,
61
61
  shims: config.shims,
62
- rolldown: config.rolldown
62
+ rolldown: config.rolldown,
63
+ loaders: config.loaders,
64
+ clean: config.clean
63
65
  }];
64
66
  else {
65
67
  const { existsSync } = await import("node:fs");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "robuild",
3
3
  "type": "module",
4
- "version": "0.1.8",
4
+ "version": "0.1.10",
5
5
  "packageManager": "pnpm@10.11.1",
6
6
  "description": "Zero-config ESM/TS package builder. Powered by Rolldown and Oxc",
7
7
  "license": "MIT",