I'm getting this warning while installing packages on my app that's recently been updated to Angular 9:
Entry point 'ngx-papaparse' contains deep imports into '.../node_modules/papaparse/papaparse.min.js'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
To Reproduce
Install current ngx-papaparse on a new or upgraded Angular 9 project
Describe the bug
I'm getting this warning while installing packages on my app that's recently been updated to Angular 9:
Entry point 'ngx-papaparse' contains deep imports into '.../node_modules/papaparse/papaparse.min.js'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
To Reproduce
Install current ngx-papaparse on a new or upgraded Angular 9 project
Expected behavior
No warnings or errors
Software and platform
Additional context