@xfe-repo/web-app 1.1.1 → 1.1.3

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/deploy/nginx.conf CHANGED
@@ -36,6 +36,9 @@ server {
36
36
  location / {
37
37
  try_files $uri $file;
38
38
 
39
+ # 兼容微前端 允许跨域
40
+ add_header 'Access-Control-Allow-Origin' '*';
41
+
39
42
  add_header Cache-Control no-cache;
40
43
  add_header Set-Cookie "apiEnv=${apiEnv}; Max-Age=2626560; Path=/;";
41
44
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xfe-repo/web-app",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "bin": {
5
5
  "xfe-web": "./bin/index.js"
6
6
  },
@@ -73,7 +73,7 @@
73
73
  "webpack-manifest-plugin": "^4.0.2",
74
74
  "workbox-webpack-plugin": "^7.0.0",
75
75
  "yaml": "^2.3.4",
76
- "@xfe-repo/eslint-config": "0.0.2",
77
- "@xfe-repo/typescript-config": "0.0.3"
76
+ "@xfe-repo/eslint-config": "0.0.4",
77
+ "@xfe-repo/typescript-config": "0.0.6"
78
78
  }
79
79
  }