@nocobase/build 2.1.3 → 2.1.5
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/lib/buildPlugin.js +1 -0
- package/package.json +2 -2
package/lib/buildPlugin.js
CHANGED
|
@@ -295,6 +295,7 @@ async function buildServerDeps(cwd, serverFiles, log) {
|
|
|
295
295
|
continue;
|
|
296
296
|
}
|
|
297
297
|
}
|
|
298
|
+
await import_fs_extra.default.remove(outputDir);
|
|
298
299
|
await import_fs_extra.default.copy(depDir, outputDir, { errorOnExist: false });
|
|
299
300
|
const deleteFiles = import_fast_glob.default.sync(
|
|
300
301
|
[
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/build",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.5",
|
|
4
4
|
"description": "Library build tool based on rollup.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"build": "tsup",
|
|
54
54
|
"build:watch": "tsup --watch"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "fb6550c3c607ea45ce5389dafe9d98f17f201aad"
|
|
57
57
|
}
|