@nocobase/build 1.7.0-alpha.14 → 1.7.0-alpha.15
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
|
@@ -117,11 +117,8 @@ const external = [
|
|
|
117
117
|
"i18next",
|
|
118
118
|
"react-i18next",
|
|
119
119
|
// dnd-kit 相关
|
|
120
|
-
"@dnd-kit/accessibility",
|
|
121
120
|
"@dnd-kit/core",
|
|
122
|
-
"@dnd-kit/modifiers",
|
|
123
121
|
"@dnd-kit/sortable",
|
|
124
|
-
"@dnd-kit/utilities",
|
|
125
122
|
// formily 相关
|
|
126
123
|
"@formily/antd-v5",
|
|
127
124
|
"@formily/core",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/build",
|
|
3
|
-
"version": "1.7.0-alpha.
|
|
3
|
+
"version": "1.7.0-alpha.15",
|
|
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": "
|
|
57
|
+
"gitHead": "abedb555b92d597b96d55663a9f8109e7ab85fa9"
|
|
58
58
|
}
|