Uncaught ReferenceError: vendor_ is not defined #446

Closed
opened 2025-08-09 17:16:19 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @hnviradiya9 on 9/3/2017

I changed entry point as below.

entry: { 'main': './ClientApp/boot.ts',
'logincallback': './ClientApp/scripts/login/callback.ts'
},

Here I have added one more entry point called 'logincallback'. and it gives

Uncaught ReferenceError: vendor_'00BLABLA000' is not defined.

Someone else had faced this as well. See below.

https://github.com/aspnet/JavaScriptServices/issues/717

*Originally created by @hnviradiya9 on 9/3/2017* I changed entry point as below. entry: { 'main': './ClientApp/boot.ts', 'logincallback': './ClientApp/scripts/login/callback.ts' }, Here I have added one more entry point called 'logincallback'. and it gives Uncaught ReferenceError: vendor_'00BLABLA000' is not defined. Someone else had faced this as well. See below. https://github.com/aspnet/JavaScriptServices/issues/717
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#446
No description provided.