slab / delta

Simple and expressive JSON format for describing rich-text content and their changes
https://quilljs.com/docs/delta
BSD 3-Clause "New" or "Revised" License
914 stars 130 forks source link

Request support for ESM #98

Open cipchk opened 8 months ago

cipchk commented 8 months ago
▲ [WARNING] Module 'quill-delta' used by 'node_modules/quill/core.js' is not ESM

  CommonJS or AMD dependencies can cause optimization bailouts.
  For more information see: https://angular.io/guide/build#configuring-commonjs-dependencies
ThoSap commented 6 months ago

This would be awesome! 🙏🏼

LakhveerChahal commented 4 months ago

Any timeline on this? Thanks.

leandro91004850 commented 3 months ago

Application: Angular CLI with PrimeNG UI

problem when running terminal: [WARNING] Module 'quill-delta' used by 'node_modules/quill/core.js' is not ESM Solution: angular.json "production": { "budgets": [ { "type": "initial", "maximumWarning": "50MB", "maximumError": "100MB" }, { "type": "anyComponentStyle", "maximumWarning": "2kB", "maximumError": "4kB" } ], "outputHashing": "all" } image