@umijs/renderer-react 4.0.71 → 4.0.73
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/server.js +1 -0
- package/package.json +1 -1
package/dist/server.js
CHANGED
|
@@ -65,6 +65,7 @@ function Html(_ref) {
|
|
|
65
65
|
manifest = _ref.manifest;
|
|
66
66
|
// TODO: 处理 head 标签,比如 favicon.ico 的一致性
|
|
67
67
|
// TODO: root 支持配置
|
|
68
|
+
|
|
68
69
|
return /*#__PURE__*/React.createElement("html", {
|
|
69
70
|
lang: "en"
|
|
70
71
|
}, /*#__PURE__*/React.createElement("head", null, /*#__PURE__*/React.createElement("meta", {
|
package/package.json
CHANGED