-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
重写了PostCSS 8的迁移库 migration library that supports PostCSS 8 #167
Comments
Open
你的库使用 import 在 vite 引入直接报错 不存在默认导出,你在 index.ts 混用了 cjs ,导致生成的 dist/index.mjs 没有默认导出 |
感谢反馈,已修复 |
vben 那边也遇到过插件官方不搞适配,然后也是你!英雄! |
哈哈哈,无处不在。 |
好像都在福州呀,有没有什么技术讨论群啥的(顺便看看工作机会) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've developed this migration library that supports PostCSS 8. Check it out at
https://github.com/kirklin/postcss-px-conversion
我重写了支持PostCSS 8的迁移库,欢迎访问
https://github.com/kirklin/postcss-px-conversion
The text was updated successfully, but these errors were encountered: