Skip to content

Commit d14b5cc

Browse files
LinusBorgyyx990803
authored andcommitted
docs(babel-preset-app): correct documentation of polyfills default value (vuejs#1987)
1 parent 70e4a7b commit d14b5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/babel-preset-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ See [@babel/preset-env docs](https://new.babeljs.io/docs/en/next/babel-preset-en
7676

7777
### polyfills
7878

79-
- Default: `['es6.promise']`
79+
- Default: `['es6.promise', 'es6.array.iterator']`
8080

8181
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**.
8282

0 commit comments

Comments
 (0)