kondi0 / ng4-intl-phone

An internation phone prefix selector for Angular 4
MIT License
20 stars 64 forks source link

umd bundle as main in package.json is unavailable #42

Open gmfun opened 5 years ago

gmfun commented 5 years ago

in package.json

{
   "name": "ng4-intl-phone",
    "version": "1.2.1",
    "description": "International phone prefix library for Angular 2 & 4",
    "main": "./ng4-intl-phone.umd.js",
    ....
}

file ./ng4-intl-phone.umd.js is not generated. This should be changed to ./ng4-intl-phone.js.

This is required for compatibility with ivy otherwise ng build will through error

kondi0 commented 2 years ago

Sorry guys, I was away for a while. Fixed with angular 14 version