1{ 2 "plugins": [ 3 "@babel/plugin-transform-function-name", 4 "@babel/plugin-proposal-object-rest-spread", 5 "@babel/plugin-transform-block-scoping", 6 "@babel/plugin-transform-destructuring", 7 "@babel/plugin-transform-block-scoped-functions", 8 "@babel/plugin-transform-unicode-regex", 9 "@babel/plugin-transform-sticky-regex", 10 "@babel/plugin-transform-spread", 11 "@babel/plugin-transform-parameters", 12 "@babel/plugin-transform-object-super", 13 "@babel/plugin-transform-new-target", 14 "@babel/plugin-transform-literals", 15 "@babel/plugin-transform-instanceof" 16 ] 17} 18