webpack bundle无效的char

时间:2018-05-10 17:41:32

标签: webpack

webpack捆绑包,无效字符而非文字,附加了屏幕截图see the invalid char

…

在dev中运行没有问题(非缩小版本)

<li class="disabled"><a role="button" href="#" tabindex="-1" style="pointer-events: none;"><span aria-label="More">…</span></a></li>

同样使用webpack-bundle(缩小版本)替换......与

<li class="disabled"><a role="button" href="#" tabindex="-1" style="pointer-events: none;"><span aria-label="More">…</span></a></li>

请告知可能导致此问题的原因,如何解决

0 个答案:

没有答案