@umijs/plugins 4.0.0-beta.8 → 4.0.0-beta.9

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/dist/access.d.ts CHANGED
@@ -1,3 +1,3 @@
1
+ import { IApi } from 'umi';
1
2
  declare const _default: (api: IApi) => void;
2
3
  export default _default;
3
- //# sourceMappingURL=access.d.ts.map
package/dist/antd.d.ts CHANGED
@@ -1,3 +1,3 @@
1
+ import { IApi } from 'umi';
1
2
  declare const _default: (api: IApi) => void;
2
3
  export default _default;
3
- //# sourceMappingURL=antd.d.ts.map
package/dist/antd.js CHANGED
@@ -73,6 +73,7 @@ exports.default = (api) => {
73
73
  },
74
74
  });
75
75
  // antd import
76
+ // TODO: use api.modifyConfig for support with vite
76
77
  api.chainWebpack((memo) => {
77
78
  function getUserLibDir({ library }) {
78
79
  if (
package/dist/dva.d.ts CHANGED
@@ -1,3 +1,3 @@
1
+ import { IApi } from 'umi';
1
2
  declare const _default: (api: IApi) => void;
2
3
  export default _default;
3
- //# sourceMappingURL=dva.d.ts.map
package/dist/icons.d.ts CHANGED
@@ -1,3 +1,3 @@
1
+ import { IApi } from 'umi';
1
2
  declare const _default: (api: IApi) => void;
2
3
  export default _default;
3
- //# sourceMappingURL=icons.d.ts.map
@@ -1,3 +1,3 @@
1
+ import { IApi } from 'umi';
1
2
  declare const _default: (api: IApi) => void;
2
3
  export default _default;
3
- //# sourceMappingURL=initial-state.d.ts.map
package/dist/layout.d.ts CHANGED
@@ -1,3 +1,3 @@
1
+ import { IApi } from 'umi';
1
2
  declare const _default: (api: IApi) => void;
2
3
  export default _default;
3
- //# sourceMappingURL=layout.d.ts.map
package/dist/locale.d.ts CHANGED
@@ -1,3 +1,3 @@
1
+ import { IApi } from 'umi';
1
2
  declare const _default: (api: IApi) => void;
2
3
  export default _default;
3
- //# sourceMappingURL=locale.d.ts.map
package/dist/model.d.ts CHANGED
@@ -1,3 +1,3 @@
1
+ import { IApi } from 'umi';
1
2
  declare const _default: (api: IApi) => void;
2
3
  export default _default;
3
- //# sourceMappingURL=model.d.ts.map
package/dist/qiankun.d.ts CHANGED
@@ -1,3 +1,3 @@
1
+ import { IApi } from 'umi';
1
2
  declare const _default: (api: IApi) => void;
2
3
  export default _default;
3
- //# sourceMappingURL=qiankun.d.ts.map
package/dist/request.d.ts CHANGED
@@ -1,3 +1,3 @@
1
+ import { IApi } from 'umi';
1
2
  declare const _default: (api: IApi) => void;
2
3
  export default _default;
3
- //# sourceMappingURL=request.d.ts.map
package/dist/sass.d.ts CHANGED
@@ -1,3 +1,3 @@
1
+ import { IApi } from 'umi';
1
2
  declare const _default: (api: IApi) => void;
2
3
  export default _default;
3
- //# sourceMappingURL=sass.d.ts.map
package/package.json CHANGED
@@ -1,7 +1,14 @@
1
1
  {
2
2
  "name": "@umijs/plugins",
3
- "version": "4.0.0-beta.8",
3
+ "version": "4.0.0-beta.9",
4
4
  "description": "@umijs/plugins",
5
+ "homepage": "https://github.com/umijs/umi-next/tree/master/packages/plugins#readme",
6
+ "bugs": "https://github.com/umijs/umi-next/issues",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/umijs/umi-next"
10
+ },
11
+ "license": "MIT",
5
12
  "main": "dist/index.js",
6
13
  "types": "dist/index.d.ts",
7
14
  "files": [
@@ -12,19 +19,6 @@
12
19
  "build:deps": "pnpm esno ../../scripts/bundleDeps.ts",
13
20
  "dev": "pnpm build -- --watch"
14
21
  },
15
- "repository": {
16
- "type": "git",
17
- "url": "https://github.com/umijs/umi-next"
18
- },
19
- "authors": [
20
- "chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)"
21
- ],
22
- "license": "MIT",
23
- "bugs": "https://github.com/umijs/umi-next/issues",
24
- "homepage": "https://github.com/umijs/umi-next/tree/master/packages/plugins#readme",
25
- "publishConfig": {
26
- "access": "public"
27
- },
28
22
  "dependencies": {
29
23
  "antd": "^4.16.13",
30
24
  "antd-dayjs-webpack-plugin": "^1.0.6",
@@ -32,6 +26,12 @@
32
26
  "dayjs": "^1.10.7"
33
27
  },
34
28
  "devDependencies": {
35
- "umi": "4.0.0-beta.8"
36
- }
29
+ "umi": "4.0.0-beta.9"
30
+ },
31
+ "publishConfig": {
32
+ "access": "public"
33
+ },
34
+ "authors": [
35
+ "chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)"
36
+ ]
37
37
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"access.d.ts","sourceRoot":"","sources":["../src/access.ts"],"names":[],"mappings":";AAEA,wBAEE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"antd.d.ts","sourceRoot":"","sources":["../src/antd.ts"],"names":[],"mappings":";AA0EA,wBA0IE"}
package/dist/dva.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"dva.d.ts","sourceRoot":"","sources":["../src/dva.ts"],"names":[],"mappings":";AAEA,wBAOE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../src/icons.ts"],"names":[],"mappings":";AAEA,wBAEE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"initial-state.d.ts","sourceRoot":"","sources":["../src/initial-state.ts"],"names":[],"mappings":";AAEA,wBAEE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"layout.d.ts","sourceRoot":"","sources":["../src/layout.ts"],"names":[],"mappings":";AAEA,wBAEE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"locale.d.ts","sourceRoot":"","sources":["../src/locale.ts"],"names":[],"mappings":";AAEA,wBAEE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../src/model.ts"],"names":[],"mappings":";AAEA,wBAEE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"qiankun.d.ts","sourceRoot":"","sources":["../src/qiankun.ts"],"names":[],"mappings":";AAEA,wBAEE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"request.d.ts","sourceRoot":"","sources":["../src/request.ts"],"names":[],"mappings":";AAEA,wBAEE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"sass.d.ts","sourceRoot":"","sources":["../src/sass.ts"],"names":[],"mappings":";AAEA,wBAEE"}