0
I’m trying to publish a site in Angularjs in iis but after the publication, when I access it, it returns me on the console the following error :

In development this error does not occur...
My structure is as follows
My config is like this :
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <system.webServer>
    <defaultDocument>
        <files>
            <clear />
            <add value="index.html" />
        </files>
    </defaultDocument>
  </system.webServer>
</configuration>
