Pick up latest TS nightly (#172928)

This lets us remove the `ignoreWarnings` webpack hack
This commit is contained in:
Matt Bierner
2023-01-31 16:37:29 -08:00
committed by GitHub
parent 9894ae8700
commit 224472b8b9
3 changed files with 5 additions and 6 deletions

View File

@@ -66,7 +66,6 @@ module.exports = [withBrowserDefaults({
module: {
exprContextCritical: false,
},
ignoreWarnings: [/Critical dependency: require function is used in a way in which dependencies cannot be statically extracted/],
output: {
// all output goes into `dist`.
// packaging depends on that and this must always be like it