`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. |
||
|---|---|---|
| .. | ||
| assets | ||
| lang | ||
| views | ||