Bump webpack from 4.44.2 to 5.11.0 (#5180)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Staneck <staneck@gmail.com>
This commit is contained in:
dependabot[bot] 2021-01-03 22:42:36 +01:00 committed by GitHub
parent b64e52135a
commit c8cd9f3014
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 547 additions and 1565 deletions

View file

@ -17,6 +17,9 @@
"resolveJsonModule": true,
"sourceMap": true,
"strict": true,
"target": "es2018"
"target": "es2018",
"typeRoots": [
"./node_modules/@types"
]
}
}