Ignore deep import warnings
This commit is contained in:
parent
94ee509b43
commit
acee1534c2
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