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 am using the quill-emoji.js in the Angular v11 but I am having some warning messages at the npm start.
Warning: /Users/xxx/Projects/my-project/frontend/src/app/components/modals/header-dialog/header-dialog.component.ts depends on 'quill-emoji/dist/quill-emoji.js'. CommonJS or AMD dependencies can cause optimization bailouts.
This is the import. import "quill-emoji/dist/quill-emoji.js";
This is the imported module. import { QuillModule } from "ngx-quill"; QuillModule.forRoot()
This is the package.json "ngx-quill": "^13.0.1", "quill": "^1.3.7", "quill-emoji": "^0.1.8", "quill-image-resize-module": "^3.0.0", "quill-mention": "^3.0.0"
It is possible to fix it in the Angular v11 ?
The text was updated successfully, but these errors were encountered:
I am using the quill-emoji.js in the Angular v11 but I am having some warning messages at the
npm start
.Warning: /Users/xxx/Projects/my-project/frontend/src/app/components/modals/header-dialog/header-dialog.component.ts depends on 'quill-emoji/dist/quill-emoji.js'. CommonJS or AMD dependencies can cause optimization bailouts.
This is the import.
import "quill-emoji/dist/quill-emoji.js";
This is the imported module.
import { QuillModule } from "ngx-quill";
QuillModule.forRoot()
This is the
package.json
"ngx-quill": "^13.0.1",
"quill": "^1.3.7",
"quill-emoji": "^0.1.8",
"quill-image-resize-module": "^3.0.0",
"quill-mention": "^3.0.0"
It is possible to fix it in the Angular v11 ?
The text was updated successfully, but these errors were encountered: