valor-software / ng2-tree

Angular tree component
http://valor-software.com/ng2-tree/index.html
MIT License
348 stars 190 forks source link

Angular 11 warning: CommonJS or AMD dependencies can cause optimization bailouts #343

Open nam-vuhoang opened 3 years ago

nam-vuhoang commented 3 years ago

I got this warning message from Angular after installing ng2-tree:

...src\app\app.module.ts depends on 'ng2-tree'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies

Is it possible to make ng2-tree an ECMAScript module instead of CommonJS module?