mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-01-06 13:34:50 +08:00
bec9bdf3f3
`for...of` is a feature of ES6, however Babel will transpile this syntax to `Symbol.iterator()`, which does not supported on IE11. We won't add `Symbol` polyfill, because it will increase JS file size. `Array.prototype.reduce` is of ES5 and supported on IE11. |
||
---|---|---|
.. | ||
dist | ||
src |