We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e392885 commit 218e921Copy full SHA for 218e921
README.md
@@ -107,6 +107,23 @@ yarn run lint
107
}
108
109
```
110
+- **使用polyfill兼容至 IE10**
111
+
112
+- 移除polyfill。 polyfill用于兼容IE,不需要兼容IE可移除。减少体积
113
+ > 参考 [Vue CLI Polyfill](https://cli.vuejs.org/zh/guide/browser-compatibility.html#usebuiltins-usage)
114
115
+ - 移除入口文件的 `import '@babel/polyfill'`
116
117
+ - 删除 `babel.conflg.js` 中的
118
+ ```ecmascript 6
119
+ [
120
+ '@babel/preset-env',
121
+ {
122
+ 'useBuiltIns': 'entry'
123
+ }
124
+ ]
125
+ ```
126
127
128
附属文档
129
----
0 commit comments