Explorar o código

chore: update semi-animation-styled dependence

pointhalo %!s(int64=3) %!d(string=hai) anos
pai
achega
d29ad14d74

+ 0 - 14
packages/semi-animation-styled/getBabelConfig.js

@@ -17,19 +17,5 @@ module.exports = ({ isESM }) => {
                 },
                 },
             ],
             ],
         ],
         ],
-        plugins: [
-            [
-                '@babel/plugin-transform-runtime',
-                {
-                    corejs: 3
-                },
-            ],
-            [
-                '@babel/plugin-proposal-decorators',
-                {
-                    legacy: true,
-                },
-            ],
-        ]
     };
     };
 };
 };

+ 0 - 14
packages/semi-icons/getBabelConfig.js

@@ -18,19 +18,5 @@ module.exports = ({ isESM }) => {
                 },
                 },
             ],
             ],
         ],
         ],
-        plugins: [
-            [
-                '@babel/plugin-transform-runtime',
-                {
-                    corejs: 3
-                },
-            ],
-            [
-                '@babel/plugin-proposal-decorators',
-                {
-                    legacy: true,
-                },
-            ],
-        ]
     };
     };
 };
 };