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