webpack bundle, invalid characters instead of text, attached the screenshot
…
running in dev no issues (non-minified version)
<li class="disabled"><a role="button" href="#" tabindex="-1" style="pointer-events: none;"><span aria-label="More">…</span></a></li>
same using webpack-bundle (minified version) replaces ... with …
<li class="disabled"><a role="button" href="#" tabindex="-1" style="pointer-events: none;"><span aria-label="More">…</span></a></li>
please advice what could be causing this issue, how to resolve