Skip to content

Commit

Permalink
Migrate from babel to esbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrlpz committed Oct 30, 2024
1 parent 4e4860b commit 0d9a24d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 238 deletions.
237 changes: 5 additions & 232 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,13 @@
"npm": ">=9.6.7"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.10",
"@babel/plugin-transform-classes": "^7.23.8",
"@babel/plugin-transform-regenerator": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@decidim/dev": "^0.29.1",
"@decidim/eslint-config": "^0.29.1",
"@decidim/prettier-config": "^0.29.1",
"@decidim/stylelint-config": "^0.29.1",
"esbuild": "^0.19.10",
"esbuild-loader": "^4.0.2",
"esbuild-sass-plugin": "^2.16.1",
"postcss-scss": "^4.0.9"
},
"dependencies": {
Expand Down

0 comments on commit 0d9a24d

Please sign in to comment.