WARNING in Entry point 'angular-highcharts'
See original GitHub issueWARNING in Entry point 'angular-highcharts' contains deep imports into '../node_modules/highcharts/highmaps', '../node_modules/highcharts/highstock'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
environments:
“@angular/animations”: “^9.0.1”, “@angular/cdk”: “^9.0.0”, “@angular/common”: “~9.0.1”, “@angular/compiler”: “~9.0.1”, “@angular/core”: “~9.0.1”, … “angular-highcharts”: “^9.0.2”, “highcharts”: “^8.0.0”
Issue Analytics
- State:
- Created 4 years ago
- Reactions:9
- Comments:11 (3 by maintainers)
Top Results From Across the Web
Entry point 'angular-highcharts' contains deep imports #334
Warning : Entry point 'angular-highcharts' contains deep imports into '/home/patrikx3/Projects/nuaxia/nuaxia-frontend-workspace/projects/video- ...
Read more >Angular - Warning: Entry point '@libray-package' contains ...
After upgrading the project to Angular 9.1, the CLI is throwing multiple warnings for various libraries like below:.
Read more >angular-highcharts
WARNING in Entry point 'angular-highcharts' contains deep imports into '../node_modules/highcharts/highmaps', '../node_modules/highcharts/highstock'.
Read more >Angular (>=8.0) declarative Highcharts components
Declarative and reactive wrapper for Highcharts. Warning: fairly experimental and lacking some features still. Plan is to make it stable though.
Read more >Python, Angular, and Highcharts
wsgi.py: An entry-point for WSGI-compatible web servers to serve your project(Is used to help Django application communicates with the webserver).
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
A quick fix for the host application is to use
ignorableDeepImportMatchers
option.ngcc.config.js
file i a project root folder (where package.json located)Sorry, but it’s just a workaround.