slab/delta

Release the package as es6 module

Closed this issue · 1 comments

I'm using the package in my Angular application and I get this warning during build time:

Warning: C:\Projects\...\my-file.ts depends on 'quill-delta'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies

Tools like webpack reasonably prefer es6 module format for packages that are to be used in the browser. It would be nice if quill-delta adhered to that as well.

Hi @jhchen would you mind to give a hint on why did you close this issue? Is this never going to be fixed?