Problem when deploying in Microsoft Azure

0

I made a web application, I use NPM and several packages there, after doing build of my application and uploading my final files (only the html , css and js ) to Azure , I get the following error when loading the page, I do not know what it could be, I think it is a reference error but I can not locate it.

my application code is here GitHub Repository

    
asked by darioxlz 24.08.2018 в 21:50
source

1 answer

1

I already solved the problem, it was that I was passing a parameter to a function and then inside the function I was trying to use that parameter but with another name

The commented line contains the error

    
answered by 24.08.2018 / 21:56
source