aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-10-15 22:24:19 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:55 +0300
commit965f4d7704c7580efb4fb9ee9cf29ace20e04e6a (patch)
tree608229dead9a8dfbc7ac8d98093034da9a58f7a8 /vnext/package.json
parentfbf01fe1c1fa00ea23b18f8bc602ccb4f0691a04 (diff)
Remove unused babel plugins
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json14
1 files changed, 2 insertions, 12 deletions
diff --git a/vnext/package.json b/vnext/package.json
index 06cab90d..4c6a7911 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -12,11 +12,9 @@
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@babel/core": "7.12.0",
- "@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "7.12.0",
"@babel/preset-react": "7.10.4",
- "@pmmmwh/react-refresh-webpack-plugin": "^0.4.2",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.5.2",
"babel-loader": "^8.1.0",
@@ -38,7 +36,6 @@
"postcss-loader": "^4.0.4",
"postcss-preset-env": "^6.7.0",
"react-cookie": "^4.0.3",
- "react-refresh": "^0.8.3",
"react-test-renderer": "^16.14.0",
"style-loader": "^2.0.0",
"stylelint": "^13.7.2",
@@ -48,14 +45,7 @@
},
"babel": {
"plugins": [
- [
- "@babel/plugin-proposal-class-properties",
- {
- "spec": true
- }
- ],
- "@babel/plugin-syntax-dynamic-import",
- "react-refresh/babel"
+ "@babel/plugin-syntax-dynamic-import"
],
"presets": [
[
@@ -99,4 +89,4 @@
"svg4everybody": "^2.1.9",
"url-polyfill": "^1.1.11"
}
-} \ No newline at end of file
+}