In VS2022 17.12.4
I click on add then Client side library. Find my exact correct library. Example [email protected]
the file list has mixed case.
When save it lowercases in the content folder.
When local compiles uses lower case. No errors. When release uses original mixed case and have 404 errors.
WHY? Works in prod (original name in cdn)
Intelisence adds and in dev not prod
Changing links to cdn style fixes issue but it creates confusion.