mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-26 14:58:30 -05:00
docs(babel-preset-app): correct documentation of polyfills default value (#1987)
This commit is contained in:
committed by
Evan You
parent
70e4a7b194
commit
d14b5cc856
@@ -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**.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user