add babel core to mute a ton of warnings

This commit is contained in:
Hans Pagel
2020-10-01 11:21:31 +02:00
parent 15c5ddf423
commit 8e792dae56
2 changed files with 2 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
"reset": "yarn clean:packages && rm -rf ./**/.cache && rm -rf ./**/node_modules && rm -rf ./yarn.lock && yarn install"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@babel/preset-env": "^7.11.5",