Base solution for your next web application
Open Closed

Uncaught ReferenceError: jQuery is not defined #4395


User avatar
0
minwei created

I use asp.net core + angular 5.0.4 ,with development enviremant ,all is well, but when I publish it to IIS. The web.public project is something wrong. With F12 , I can get the error informantion: <span style="color:#FF0000">frontend-libs.min.js?v=5iPUCCg88_RXI7ZJ1-XlwaOS2kCit6RPN2R8WmNQ0Iw:13 Uncaught ReferenceError: jQuery is not defined(anonymous function) @ frontend-libs.min.js?v=5iPUCCg88_RXI7ZJ1-XlwaOS2kCit6RPN2R8WmNQ0Iw:13</span> it seems the jquery.js is not bindled to the frontend-libs.min.js .


1 Answer(s)
  • User Avatar
    0
    alirizaadiyahsi created

    Hi @minwei,

    could you check this: <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/664">https://github.com/aspnetzero/aspnet-ze ... issues/664</a>