This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
FoodLoop-Web/ngcc.config.js

10 lines
141 B
JavaScript
Raw Permalink Normal View History

2020-11-01 11:19:22 +00:00
module.exports = {
packages: {
'@agm/markerclusterer': {
ignorableDeepImportMatchers: [
/@google\//,
]
}
}
}