File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,12 @@ require('core-js/fn/string/ends-with');
23
23
require ( 'core-js/fn/string/starts-with' ) ;
24
24
25
25
// jsonld compatibility
26
+ require ( 'core-js/fn/array/from' ) ;
26
27
require ( 'core-js/fn/array/includes' ) ;
28
+ require ( 'core-js/fn/map' ) ;
27
29
require ( 'core-js/fn/object/assign' ) ;
28
30
require ( 'core-js/fn/promise' ) ;
31
+ require ( 'core-js/fn/set' ) ;
29
32
require ( 'core-js/fn/symbol' ) ;
30
33
require ( 'regenerator-runtime/runtime' ) ;
31
34
Original file line number Diff line number Diff line change @@ -20,9 +20,12 @@ const outputs = [
20
20
entry : [
21
21
// 'babel-polyfill' is very large, list features explicitly
22
22
'regenerator-runtime/runtime' ,
23
+ 'core-js/fn/array/from' ,
23
24
'core-js/fn/array/includes' ,
25
+ 'core-js/fn/map' ,
24
26
'core-js/fn/object/assign' ,
25
27
'core-js/fn/promise' ,
28
+ 'core-js/fn/set' ,
26
29
'core-js/fn/string/starts-with' ,
27
30
'core-js/fn/symbol' ,
28
31
// main lib
You can’t perform that action at this time.
0 commit comments