You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I'm using the package in my Angular application and I get this warning during build time:
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.The text was updated successfully, but these errors were encountered: