@nocobase/build 1.8.30 → 1.8.32

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.
@@ -134,7 +134,8 @@ function buildLocale(cwd, userConfig, log) {
134
134
  keepNames: true,
135
135
  outDir,
136
136
  format: "cjs",
137
- skipNodeModulesBundle: true
137
+ skipNodeModulesBundle: true,
138
+ loader: { ".json": "copy" }
138
139
  })
139
140
  );
140
141
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/build",
3
- "version": "1.8.30",
3
+ "version": "1.8.32",
4
4
  "description": "Library build tool based on rollup.",
5
5
  "main": "lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -54,5 +54,5 @@
54
54
  "build": "tsup",
55
55
  "build:watch": "tsup --watch"
56
56
  },
57
- "gitHead": "92d1f2f81caaf0b9aadafe3c70ca8fc335ece523"
57
+ "gitHead": "288319f91c6f184aa9def02a6c8fcaea33326094"
58
58
  }