docs(babel-preset-app): correct documentation of polyfills default value (#1987)

This commit is contained in:
Thorsten Lünborg
2018-07-30 21:27:56 +02:00
committed by Evan You
parent 70e4a7b194
commit d14b5cc856
+1 -1
View File
@@ -76,7 +76,7 @@ See [@babel/preset-env docs](https://new.babeljs.io/docs/en/next/babel-preset-en
### polyfills
- Default: `['es6.promise']`
- Default: `['es6.promise', 'es6.array.iterator']`
A list of [core-js](https://github.com/zloirock/core-js) polyfills to pre-include when using `useBuiltIns: 'usage'`. **These polyfills are automatically excluded if they are not needed for your target environments**.