Skip to content

Commit c42aad5

Browse files
authored
Merge pull request #264 from HDI-Project/fixingBabel
Fixing babel
2 parents 57f82ee + 76ff4b4 commit c42aad5

File tree

3 files changed

+207
-0
lines changed

3 files changed

+207
-0
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"editor.defaultFormatter": "esbenp.prettier-vscode"
2626
},
2727
"[json]": {
28+
"editor.tabSize": 4,
2829
"editor.defaultFormatter": "esbenp.prettier-vscode"
2930
},
3031
"eslint.validate": [

mtv-client/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.0.0",
44
"license": "MIT",
55
"scripts": {
6+
"preinstall": "npx npm-force-resolutions",
67
"nx": "nx",
78
"start": "nx serve",
89
"build": "nx build",
@@ -93,5 +94,8 @@
9394
"tslint": "~5.11.0",
9495
"typescript": "~3.7.4",
9596
"@types/react-redux": "^7.1.5"
97+
},
98+
"resolutions": {
99+
"@babel/preset-env": "^7.8.7"
96100
}
97101
}

0 commit comments

Comments
 (0)