uyaer/vite-plugin-vue-style-px-to-viewport

代码中有一个BUG

Opened this issue · 1 comments

image

作者没对else做处理,会导致当一个页面没有使用px时导致报错!

需要用的直接把index.js下载来自己改吧

作者可以修复一下

还有一个遇到美元符号的bug

newSource = code.replace(template, _source.replace(/$/g,'$$$$'))