@umijs/plugins 4.0.0-canary.20220718.1 → 4.0.0-canary.20220718.2

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.
@@ -144,13 +144,6 @@ export const MicroApp = forwardRef(
144
144
  setComponentError(null);
145
145
  setLoading(true);
146
146
  const configuration = {
147
- fetch(url) {
148
- return window.fetch(url, {
149
- headers: {
150
- accept: 'text/html',
151
- },
152
- });
153
- },
154
147
  globalContext: window,
155
148
  ...globalSettings,
156
149
  ...settingsFromProps,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umijs/plugins",
3
- "version": "4.0.0-canary.20220718.1",
3
+ "version": "4.0.0-canary.20220718.2",
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",
@@ -25,7 +25,7 @@
25
25
  "@ahooksjs/use-request": "^2.0.0",
26
26
  "@ant-design/icons": "^4.7.0",
27
27
  "@ant-design/pro-layout": "^7.0.1-beta.20",
28
- "@umijs/bundler-utils": "4.0.0-canary.20220718.1",
28
+ "@umijs/bundler-utils": "4.0.0-canary.20220718.2",
29
29
  "antd-dayjs-webpack-plugin": "^1.0.6",
30
30
  "axios": "^0.27.2",
31
31
  "babel-plugin-import": "^1.13.5",
@@ -44,7 +44,7 @@
44
44
  "warning": "^4.0.3"
45
45
  },
46
46
  "devDependencies": {
47
- "umi": "4.0.0-canary.20220718.1"
47
+ "umi": "4.0.0-canary.20220718.2"
48
48
  },
49
49
  "publishConfig": {
50
50
  "access": "public"