Ignore deep import warnings
This commit is contained in:
parent
5d737efcc5
commit
db52c60a22
1 changed files with 9 additions and 0 deletions
9
ngcc.config.js
Normal file
9
ngcc.config.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
module.exports = {
|
||||
packages: {
|
||||
'@agm/markerclusterer': {
|
||||
ignorableDeepImportMatchers: [
|
||||
/@google\//,
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue