Skip to content

Commit

Permalink
refactor: remove superfluous Babel configuration
Browse files Browse the repository at this point in the history
These settings are either unused or included by a preset.

Refs #397
  • Loading branch information
thewilkybarkid committed Aug 19, 2021
1 parent 655f4e2 commit 654b122
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 68 deletions.
39 changes: 0 additions & 39 deletions package-lock.json

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

29 changes: 0 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@
"yjs": "^13.4.12"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
"@babel/preset-typescript": "^7.12.1",
"@mikro-orm/cli": "^4.5.4",
"@mikro-resources/fixtures": "git+https://github.com/throneless-tech/mikro-resources.git#just-fixtures",
Expand All @@ -223,7 +220,6 @@
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"babel-plugin-transform-typescript-metadata": "^0.3.1",
"barrelsby": "^2.2.0",
"concurrently": "^5.3.0",
"copyfiles": "^2.4.1",
Expand Down Expand Up @@ -251,31 +247,6 @@
},
"babel": {
"plugins": [
"babel-plugin-transform-typescript-metadata",
[
"@babel/plugin-proposal-decorators",
{
"legacy": true
}
],
[
"@babel/plugin-proposal-class-properties",
{
"loose": true
}
],
[
"@babel/plugin-proposal-private-property-in-object",
{
"loose": true
}
],
[
"@babel/plugin-proposal-private-methods",
{
"loose": true
}
],
[
"@babel/plugin-transform-react-jsx"
],
Expand Down

0 comments on commit 654b122

Please sign in to comment.