@nocobase/build 1.6.32 → 1.6.34
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 +0 -3
- package/package.json +2 -2
package/lib/buildPlugin.js
CHANGED
|
@@ -112,11 +112,8 @@ const external = [
|
|
|
112
112
|
"i18next",
|
|
113
113
|
"react-i18next",
|
|
114
114
|
// dnd-kit 相关
|
|
115
|
-
"@dnd-kit/accessibility",
|
|
116
115
|
"@dnd-kit/core",
|
|
117
|
-
"@dnd-kit/modifiers",
|
|
118
116
|
"@dnd-kit/sortable",
|
|
119
|
-
"@dnd-kit/utilities",
|
|
120
117
|
// formily 相关
|
|
121
118
|
"@formily/antd-v5",
|
|
122
119
|
"@formily/core",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/build",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.34",
|
|
4
4
|
"description": "Library build tool based on rollup.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "tsup"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "6066f121bc4fa37b3b1ad6032426295ff381ffa3"
|
|
55
55
|
}
|