sockjs / sockjs-client

WebSocket emulation - Javascript client
MIT License
8.45k stars 1.3k forks source link

Angular Warning: "CommonJS or AMD dependencies can cause optimization bailouts. #636

Open Neizan93 opened 1 year ago

Neizan93 commented 1 year ago

Angular has the warn message with this package: "CommonJS or AMD dependencies can cause optimization bailouts". We need package this project as ESModule (instead of CommonJS Module). It can be done with 'esbuild' and generating types for TypeScript usage.

Neizan93 commented 1 year ago

PR created: https://github.com/sockjs/sockjs-client/pull/635