Ignore deep import warnings

This commit is contained in:
Ben Goldsworthy 2020-11-01 11:19:22 +00:00
parent 5d737efcc5
commit db52c60a22

9
ngcc.config.js Normal file
View file

@ -0,0 +1,9 @@
module.exports = {
packages: {
'@agm/markerclusterer': {
ignorableDeepImportMatchers: [
/@google\//,
]
}
}
}