Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gmfun opened this issue Jun 10, 2019 · 1 comment
Open

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

gmfun opened this issue Jun 10, 2019 · 1 comment

Comments

@gmfun
Copy link

gmfun commented Jun 10, 2019

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
Copy link
Owner

kondi0 commented Oct 4, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants