Skip to content

Commit

Permalink
Merge pull request #774 from SynBioHub/remove-babel-bloat
Browse files Browse the repository at this point in the history
remove babel
  • Loading branch information
danielfang97 authored Oct 16, 2024
2 parents 473de20 + 3a7d3f0 commit b234eda
Show file tree
Hide file tree
Showing 4 changed files with 1,443 additions and 1,335 deletions.
3 changes: 0 additions & 3 deletions frontend/.babelrc

This file was deleted.

5 changes: 0 additions & 5 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
"<rootDir>/.next/",
"<rootDir>/node_modules/"
],
"transform": {
"^.+\\.(js|jsx|ts|tsx)$": "<rootDir>/node_modules/babel-jest"
},
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
"\\.(css|less)$": "<rootDir>/__mocks__/styleMock.js"
Expand Down Expand Up @@ -81,11 +78,9 @@
},
"proxy": "http://localhost:7777/",
"devDependencies": {
"@babel/plugin-proposal-numeric-separator": "^7.16.7",
"@testing-library/dom": "^7.31.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"babel-jest": "^27.0.1",
"eslint": "^7.26.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
Expand Down
2 changes: 1 addition & 1 deletion frontend/public/commitHash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c8d687e1e2b0a24ec2e3164ca6250a256f9ea980
8d2d9889e729ae9f379eb2de65b06d333f4c7ec0
Loading

0 comments on commit b234eda

Please sign in to comment.