summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/ngcc.config.js
blob: 9c190711fdca27d061c5cf800d732d5a889c435b (plain)
1
2
3
4
5
6
7
8
9
10
module.exports = {
  packages: {
    'simplebar-angular': {
      ignorableDeepImportMatchers: [/simplebar-core\.esm/]
    },
    '@locl/cli': {
      ignorableDeepImportMatchers: [/@angular\/localize/, /@angular\/compiler-cli/]
    }
  }
};