|
|
@ -10,7 +10,16 @@ module.exports = { |
|
|
|
fineui: [ |
|
|
|
fineui: [ |
|
|
|
...isBuilt4IE8 |
|
|
|
...isBuilt4IE8 |
|
|
|
? [ |
|
|
|
? [ |
|
|
|
"core-js", |
|
|
|
"core-js/features/object/define-property", |
|
|
|
|
|
|
|
"core-js/features/object/create", |
|
|
|
|
|
|
|
"core-js/features/object/assign", |
|
|
|
|
|
|
|
"core-js/features/array/for-each", |
|
|
|
|
|
|
|
"core-js/features/array/index-of", |
|
|
|
|
|
|
|
"core-js/features/function/bind", |
|
|
|
|
|
|
|
"core-js/features/promise", |
|
|
|
|
|
|
|
"core-js/features/object/get-own-property-symbols", |
|
|
|
|
|
|
|
"core-js/features/string/replace", |
|
|
|
|
|
|
|
// "core-js",
|
|
|
|
] |
|
|
|
] |
|
|
|
: [ |
|
|
|
: [ |
|
|
|
"@babel/polyfill", |
|
|
|
"@babel/polyfill", |
|
|
|