remove some seemingly useless babel plugins

This commit is contained in:
HF 2024-01-23 20:08:31 +01:00
parent 61c1d1d2b6
commit 379bf30985
2 changed files with 0 additions and 3 deletions

View File

@ -5,8 +5,6 @@ module.exports = function (api) {
// react-optimize
'@babel/transform-react-constant-elements',
'@babel/transform-react-inline-elements',
'transform-react-remove-prop-types',
'transform-react-pure-class-to-function',
];
const presets = [

View File

@ -84,7 +84,6 @@
"@babel/preset-react": "^7.23.3",
"babel-loader": "^9.1.3",
"babel-plugin-transform-react-pure-class-to-function": "^1.0.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-plugin-ttag": "^1.8.5",
"clean-css": "^5.2.2",
"clean-css-loader": "^4.2.1",