10 lines
141 B
JavaScript
10 lines
141 B
JavaScript
|
module.exports = {
|
||
|
packages: {
|
||
|
'@agm/markerclusterer': {
|
||
|
ignorableDeepImportMatchers: [
|
||
|
/@google\//,
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|