diff --git a/ngcc.config.js b/ngcc.config.js new file mode 100644 index 0000000..cd53541 --- /dev/null +++ b/ngcc.config.js @@ -0,0 +1,9 @@ +module.exports = { + packages: { + '@agm/markerclusterer': { + ignorableDeepImportMatchers: [ + /@google\//, + ] + } + } +}