move babel config from webpack config to separate file

This commit is contained in:
2021-11-26 20:40:22 -05:00
parent 037fff0841
commit 298211eace
6 changed files with 133 additions and 288 deletions
+9 -13
View File
@@ -43,7 +43,7 @@
"modern-normalize": "github:sindresorhus/modern-normalize#1fc6b5a86676b7ac8abc62d04d6080f92debc70f",
"node-fetch": "^3.1.0",
"p-retry": "^5.0.0",
"preact": "^10.6.0",
"preact": "^10.6.1",
"query-string": "^7.0.1",
"rss-parser": "^3.12.0",
"simple-anchor": "^1.0.3",
@@ -56,8 +56,8 @@
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/plugin-transform-react-jsx": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@jakejarvis/eslint-config": "github:jakejarvis/eslint-config#main",
"autoprefixer": "^10.4.0",
"babel-loader": "^8.2.3",
@@ -71,9 +71,6 @@
"eslint": "~8.3.0",
"eslint-config-preact": "^1.2.0",
"eslint-config-prettier": "~8.3.0",
"eslint-plugin-compat": "~4.0.0",
"eslint-plugin-import": "~2.25.3",
"eslint-plugin-no-unsanitized": "~4.0.0",
"eslint-plugin-prettier": "~4.0.0",
"gulp": "^4.0.2",
"gulp-cache": "^1.1.3",
@@ -87,12 +84,12 @@
"markdownlint-cli": "~0.30.0",
"mini-css-extract-plugin": "^2.4.5",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.0",
"postcss": "^8.4.3",
"postcss-focus": "^5.0.1",
"postcss-loader": "^6.2.0",
"postcss-loader": "^6.2.1",
"postcss-svgo": "^5.0.3",
"prettier": "~2.4.1",
"sass": "^1.43.4",
"prettier": "~2.5.0",
"sass": "^1.43.5",
"sass-loader": "^12.3.0",
"simple-git-hooks": "^2.7.0",
"source-map-loader": "^3.0.0",
@@ -108,10 +105,10 @@
"tslib": "^2.3.1",
"typescript": "^4.5.2",
"web-vitals": "^2.1.2",
"webpack": "^5.64.3",
"webpack": "^5.64.4",
"webpack-assets-manifest": "^5.0.6",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.5.0"
"webpack-dev-server": "^4.6.0"
},
"optionalDependencies": {
"imagemin-gifsicle": "^7.0.0",
@@ -120,8 +117,7 @@
"imagemin-svgo": "^10.0.0"
},
"resolutions": {
"mozjpeg": "7.1.0",
"postcss": "^8.x"
"mozjpeg": "7.1.0"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"