atularen / ngx-monaco-editor

Monaco Editor component for Angular 2 and Above
https://www.npmjs.com/package/ngx-monaco-editor
MIT License
428 stars 155 forks source link

Is the npm package for 12.0.0 built for prod? #235

Open windbeneathyourwings opened 2 years ago

windbeneathyourwings commented 2 years ago

I tried using this package today and received a bunch of errors during compilation. The errors appear that the 12.0.0 distributable isn't built for prod but dev. I think the package needs to be built for prod as a none ivy package so that it can used properly.

These are the types of errors I'm referring to.

https://github.com/angular/angular/issues/35291