]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/ngcc.config.js
import ceph 16.2.6
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / ngcc.config.js
1 module.exports = {
2 packages: {
3 'simplebar-angular': {
4 ignorableDeepImportMatchers: [/simplebar-core\.esm/]
5 },
6 '@locl/cli': {
7 ignorableDeepImportMatchers: [/@angular\/localize/, /@angular\/compiler-cli/]
8 }
9 }
10 };