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

Angular cannot pick up mime package before lacking of .json extension #1596

Closed
compulim opened this issue Jan 16, 2019 · 1 comment
Closed
Assignees
Labels
front-burner p2 Nice to have

Comments

@compulim
Copy link
Contributor

Angular CLI will fail when building any project with direct dependencies to mime package.

mime package have a file named types/standard.json. And in the code, it use requires('./types/standard'), and Angular CLI isn't working unless it changed to be requires('./types/standard.json').

@cwhitten
Copy link
Member

cwhitten commented Feb 7, 2019

this is addressed in #1686

@cwhitten cwhitten closed this as completed Feb 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
front-burner p2 Nice to have
Projects
None yet
Development

No branches or pull requests

3 participants