scttcper / ngx-emoji-mart

Customizable Slack-like emoji picker for Angular
https://ngx-emoji-mart.vercel.app
MIT License
444 stars 88 forks source link

Angular 11 configuration.entry['styles'] should not contain the item #386

Open 3dluis opened 3 years ago

3dluis commented 3 years ago

An unhandled exception occurred: Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.

scttcper commented 3 years ago

i dunno. you might have to provide more details. what version of angular-cli and angular are you using and what version of ngx-emoji-mart

3dluis commented 3 years ago

Dependencies:

"@angular-material-extensions/link-preview": "^1.1.1", "@angular/animations": "~11.0.0", "@angular/cdk": "^11.0.0", "@angular/common": "~11.0.0", "@angular/compiler": "~11.0.0", "@angular/core": "~11.0.0", "@angular/forms": "~11.0.0", "@angular/localize": "~11.0.0", "@angular/material": "^11.0.0", "@angular/material-moment-adapter": "^11.0.0", "@angular/platform-browser": "~11.0.0", "@angular/platform-browser-dynamic": "~11.0.0", "@angular/pwa": "^12.1.2", "@angular/router": "~11.0.0", "@angular/service-worker": "~11.0.0", "@auth0/angular-jwt": "^5.0.2", "@ctrl/ngx-emoji-mart": "^5.1.2", "@fortawesome/fontawesome-free": "^5.15.1", "@ng-bootstrap/ng-bootstrap": "^9.1.0", "@ngx-pwa/local-storage": "^12.0.0", "@ngx-pwa/offline": "^12.0.1", "@ngx-translate/core": "^13.0.0",

image

scttcper commented 3 years ago

i don't see anything wrong, but i also haven't seen anyone else with this issue

dariusbzo commented 6 months ago

Anyone has managed to make it work with Angular@16?