cebor/angular-highcharts

Warning: Entry point 'angular-highcharts' contains deep imports

p3x-robot opened this issue · 4 comments

Warning: Entry point 'angular-highcharts' contains deep imports into '/home/patrikx3/Projects/nuaxia/nuaxia-frontend-workspace/projects/video-library/node_modules/highcharts/highmaps', '/home/patrikx3/Projects/nuaxia/nuaxia-frontend-workspace/projects/video-library/node_modules/highcharts/highstock'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

cebor commented

dupe #325

Warning: Entry point 'angular-highcharts' contains deep imports into 'C:...Path /node_modules/highcharts/highmaps', ':C:...Paths/node_modules/highcharts/highstock', 'C:...Path /node_modules/highcharts/highcharts-gantt'. This is probably not a problem, but may cause the compilation of entry points to be out of order.
Compiling angular-highcharts : es2015 as esm2015
Compiling highcharts-angular : es2015 as esm2015
✔ Browser application bundle generation complete.

create ngcc.config.js at package.json level.
And inside this file write below:
module.exports = {
packages: {
'angular-highcharts': {
ignorableDeepImportMatchers: [/highcharts//]
},
},
};

is this file need to import anywhere?