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:
parent
b64e52135a
commit
c8cd9f3014
4 changed files with 547 additions and 1565 deletions
|
|
@ -17,6 +17,9 @@
|
|||
"resolveJsonModule": true,
|
||||
"sourceMap": true,
|
||||
"strict": true,
|
||||
"target": "es2018"
|
||||
"target": "es2018",
|
||||
"typeRoots": [
|
||||
"./node_modules/@types"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue