@umijs/plugins 4.0.86 → 4.0.87

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.
@@ -104,3 +104,5 @@ function getTailwindBinPath(opts) {
104
104
  const tailwindPath = require(pkgPath).bin["tailwind"];
105
105
  return (0, import_path.join)((0, import_path.dirname)(pkgPath), tailwindPath);
106
106
  }
107
+ // Annotate the CommonJS export names for ESM import in node:
108
+ 0 && (module.exports = {});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umijs/plugins",
3
- "version": "4.0.86",
3
+ "version": "4.0.87",
4
4
  "description": "@umijs/plugins",
5
5
  "homepage": "https://github.com/umijs/umi/tree/master/packages/plugins#readme",
6
6
  "bugs": "https://github.com/umijs/umi/issues",
@@ -45,11 +45,11 @@
45
45
  "tslib": "^2",
46
46
  "warning": "^4.0.3",
47
47
  "@umijs/valtio": "1.0.4",
48
- "@umijs/bundler-utils": "4.0.86"
48
+ "@umijs/bundler-utils": "4.0.87"
49
49
  },
50
50
  "devDependencies": {
51
51
  "antd": "^4.24.1",
52
- "umi": "4.0.86"
52
+ "umi": "4.0.87"
53
53
  },
54
54
  "publishConfig": {
55
55
  "access": "public"