nebular icon indicating copy to clipboard operation
nebular copied to clipboard

Eva Icons CommonJS Modules Cause Optimization Bailouts

Open jgomesmv opened this issue 2 years ago • 2 comments

Issue type

**I'm submitting a bug report

Issue description

Current behavior: When I run npm start on my angular app this message is shown: image

Expected behavior: No message shown

Steps to reproduce:

  1. Install eva icons latest version npm install @nebular/[email protected] @nebular/eva-icons10.0.0 @nebular/[email protected]
  2. Run npm start
  3. The message is shown

Other information:

npm, node, OS, Browser

OS: Windows 10
Node: v18.12.1

Angular, Nebular

Angular: v14.2.8
Nebular: 10

jgomesmv avatar Dec 02 '22 15:12 jgomesmv

Can confirm this. I have added eva-icons to allowedCommonJsDependencies to get rid of the warning.

Nevertheless, a fix for this would be highly appreciated :)

BenjaminBrandmeier avatar Dec 03 '22 04:12 BenjaminBrandmeier

I got the same warning when running an application on my angular multi project after installing eva-icons free

Captura de Pantalla 2023-08-31 a la(s) 6 11 36 p m

@nebular/theme": "11.0.0 @nebular/eva-icons": "11.0.0 eva-icons": "^1.1.3 @angular/core": "^15.2.0

jdpelaezc avatar Aug 31 '23 23:08 jdpelaezc