sockjs-client icon indicating copy to clipboard operation
sockjs-client copied to clipboard

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

Open Neizan93 opened this issue 1 year ago • 1 comments

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 avatar Oct 13 '23 08:10 Neizan93

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

Neizan93 avatar Oct 13 '23 08:10 Neizan93