Ash Burns
Ash Burns
Can this please be prioritised for release? This is the last library I depend on that doesn't support the non-module approach, which is now the default Angular behaviour.
`transformIgnorePatterns: ['node_modules/(?!(.*.mjs$|keycloak.js))'],` Worked for me.
> This is also faster than the transformIgnorePattern Interestingly, with no cache, this is considerably slower for me than the alternative. `transformIgnorePatterns - 142.43 s` `moduleNameMapper - 184.093 s`
Yes this is not on the performance of the data source, but on the initialisation of the highcharts graph itself. If the js bundle takes too long to load or...
> > [@flaviohenriquealmeida](https://github.com/flaviohenriquealmeida) I think this revert might not work as intended. I see "highcharts-angular": "^5.1.0", but the caret (^) will still allow newer versions to be installed. We should...