main.chunk.js:1003 Uncaught SyntaxError: Unexpected token '!'

Приложение Asp.NET Core + React Столкнулся с проблемой main.chunk.js:1003 Uncaught SyntaxError: Unexpected token '!' никак не могу решить

 services.AddSpaStaticFiles(configuration =>
            {
                configuration.RootPath = "ClientApp/build";
            });

Ответы (0 шт):