Skip to content

Commit

Permalink
Merge pull request #43 from Clixlogix-PrashantS/failed-transaction-fix
Browse files Browse the repository at this point in the history
fix : build issue #40
  • Loading branch information
robcxyz authored Jul 14, 2022
2 parents 2e20492 + 3c72aa7 commit b1260d4
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@
"test:coverage": "node scripts/test.js --env=jsdom --watchAll=False --coverage --coverageDirectory=output/coverage/jest"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"worker-loader": "^2.0.0"
},
"browserslist": [
Expand Down Expand Up @@ -155,8 +159,13 @@
"babel": {
"presets": [
"react-app",
"@babel/preset-env",
"@babel/preset-react"
"@babel/preset-env",
"@babel/preset-react",
"@babel/preset-typescript"
],
"plugins": [
"@babel/proposal-class-properties",
"@babel/proposal-object-rest-spread"
]
},
"eslintConfig": {
Expand Down

0 comments on commit b1260d4

Please sign in to comment.