Open Yakoust opened 5 years ago
In an Angular app integrating OL5, we can see lots of warnings (as in demo app)
Related issue on webpack => https://github.com/webpack/webpack/issues/7378
In OL we have export default Source; for instance It seems to be a bad practice https://basarat.gitbooks.io/typescript/docs/tips/defaultIsBad.html
export default Source;
In an Angular app integrating OL5, we can see lots of warnings (as in demo app)
Related issue on webpack => https://github.com/webpack/webpack/issues/7378
In OL we have
export default Source;
for instance It seems to be a bad practice https://basarat.gitbooks.io/typescript/docs/tips/defaultIsBad.html