Closed
Description
Version
3.7.0
Environment info
mac
Steps to reproduce
['@vue/app', {
polyfills: [
// all polyfills list -> https://github.com/zloirock/core-js
'es6.object.assign',
'es6.array.find',
'es6.array.iterator',
'es6.function.name',
'es7.object.values',
'web.dom.iterable'
]
It seem caused by'web.dom.iterable'
What is expected?
build is running
What is actually happening?
Cannot read property 'android' of undefined
['@vue/app', {
polyfills: [
// all polyfills list -> https://github.com/zloirock/core-js
'es6.object.assign',
'es6.array.find',
'es6.array.iterator',
'es6.function.name',
'es7.object.values',
'web.dom.iterable'
]
It seem caused by'web.dom.iterable'