This commit is contained in:
Eugene Pankov
2021-01-02 20:24:26 +01:00
parent 4d9cc91e91
commit 3365b143d8
9 changed files with 23 additions and 16 deletions

View File

@@ -74,4 +74,6 @@ module.exports = {
'ngx-toastr',
/^terminus-/,
],
// Ignore warnings due to yarg's dynamic module loading
ignoreWarnings: [/node_modules\/yargs/],
}