You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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').
The text was updated successfully, but these errors were encountered:
Angular CLI will fail when building any project with direct dependencies to
mime
package.mime
package have a file namedtypes/standard.json
. And in the code, it userequires('./types/standard')
, and Angular CLI isn't working unless it changed to berequires('./types/standard.json')
.The text was updated successfully, but these errors were encountered: