@nocobase/build 0.12.0-alpha.3 → 0.12.0-alpha.4

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.
Files changed (2) hide show
  1. package/lib/build.js +1 -1
  2. package/package.json +2 -2
package/lib/build.js CHANGED
@@ -109,7 +109,7 @@ function isPluginPackage(name) {
109
109
  for (_iterator.s(); !(_step = _iterator.n()).done;) {
110
110
  const prefix = _step.value;
111
111
  if (prefix.includes('preset')) {
112
- return false;
112
+ continue;
113
113
  }
114
114
  if (name.startsWith(prefix)) {
115
115
  return true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/build",
3
- "version": "0.12.0-alpha.3",
3
+ "version": "0.12.0-alpha.4",
4
4
  "description": "Library build tool based on rollup.",
5
5
  "main": "lib/index.js",
6
6
  "bin": {
@@ -79,5 +79,5 @@
79
79
  "@types/gulp-plumber": "^0.0.32",
80
80
  "umi-tools": "^0.4.0"
81
81
  },
82
- "gitHead": "6492088a96f5d8029a0c5b77dbb98afdceb9a1aa"
82
+ "gitHead": "215dc3b2437c501ca903b56cc378ab5e81c8a11c"
83
83
  }