Skip to content

Commit

Permalink
Merge pull request #591 from p2pu/2024-dep-cleanup
Browse files Browse the repository at this point in the history
Clean up dependencies
  • Loading branch information
dirkcuys authored Apr 17, 2024
2 parents 9837ae8 + b15be9a commit 0fa8696
Show file tree
Hide file tree
Showing 5 changed files with 8,403 additions and 21,447 deletions.
26 changes: 2 additions & 24 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,30 +1,8 @@
{
"presets": [
[
"@babel/preset-env",
{
"modules": false,
"useBuiltIns": "entry",
"corejs": "3",
}
],
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-syntax-import-meta",
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-json-strings",
[
"@babel/plugin-proposal-decorators",
{
"legacy": true
}
],
"@babel/plugin-proposal-function-sent",
"@babel/plugin-proposal-export-namespace-from",
"@babel/plugin-proposal-numeric-separator",
"@babel/plugin-proposal-throw-expressions",
"@babel/plugin-transform-runtime"
]
}
}
30 changes: 0 additions & 30 deletions assets/react/components/LearningCircles/Subtitle.jsx

This file was deleted.

Loading

0 comments on commit 0fa8696

Please sign in to comment.