Troubleshooting
ngcc Build Warnings (Angular >=8.0 && <16.0)
ngcc Build Warnings (Angular >=8.0 && <16.0)module.exports = {
packages: {
'angular-slickgrid': {
ignorableDeepImportMatchers: [
/assign-deep/,
/dequal/,
/slickgrid\//,
/flatpickr/,
]
},
}
};Angular 12 with WebPack 5 - how to fix polyfill error
The error you might get
Steps to fix it
Last updated