Merge branch 'develop' into feature/cross-env

This commit is contained in:
Dane Everitt 2020-03-23 10:03:17 -07:00 committed by GitHub
commit fcdb7cd2d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 667 additions and 45 deletions

View file

@ -43,6 +43,7 @@
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",