File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # @drupal/admin-ui-components
1+ # @drupal/admin-ui-utilities
22
33Helper utilities for Admin UI and extension point projects.
44
Original file line number Diff line number Diff line change @@ -30,25 +30,22 @@ module.exports = {
3030 use : {
3131 loader : 'babel-loader' ,
3232 options : {
33- plugins : [
34- '@babel/plugin-proposal-class-properties' ,
35- [
36- '@babel/plugin-transform-runtime' ,
37- {
38- corejs : false ,
39- helpers : true ,
40- regenerator : true ,
41- useESModules : false ,
42- } ,
43- ] ,
44- ] ,
33+ plugins : [ '@babel/plugin-proposal-class-properties' ] ,
4534 presets : [
4635 '@babel/preset-react' ,
4736 [
4837 '@babel/preset-env' ,
4938 {
5039 targets : {
51- browsers : [ 'last 2 versions' ] ,
40+ browsers : [
41+ 'ios >= 10.3' ,
42+ 'chrome >= 55' ,
43+ 'firefox >= 53' ,
44+ 'safari >= 10.3' ,
45+ 'ChromeAndroid >= 70' ,
46+ 'edge >= 15' ,
47+ 'opera >= 42' ,
48+ ] ,
5249 } ,
5350 } ,
5451 ] ,
You can’t perform that action at this time.
0 commit comments