Open cipchk opened 8 months ago
This would be awesome! 🙏🏼
Any timeline on this? Thanks.
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" }