Skip to content
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

Open
kirklin opened this issue Oct 18, 2023 · 6 comments
Open

Comments

@kirklin
Copy link

kirklin commented Oct 18, 2023

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

@lisonge
Copy link

lisonge commented Nov 14, 2023

你的库使用 import 在 vite 引入直接报错 不存在默认导出,你在 index.ts 混用了 cjs ,导致生成的 dist/index.mjs 没有默认导出

@kirklin
Copy link
Author

kirklin commented Nov 14, 2023

你的库使用 import 在 vite 引入直接报错 不存在默认导出,你在 index.ts 混用了 cjs ,导致生成的 dist/index.mjs 没有默认导出

感谢反馈,已修复

@lisonge
Copy link

lisonge commented Nov 14, 2023

image

没看懂为何你要执着往 esm 加入 cjs 的内容, esm 作用域下并不存在 module 变量,仍然是会报错的

image

你已经在 package.json 配置了 exports 字段,cjs 会自动取加载 dist/index.cjs ,esm 会自动加载 dist/inde.mjs

没看懂为啥还需要在 index.ts 更改 module 对象

@adoin
Copy link

adoin commented Dec 20, 2023

vben 那边也遇到过插件官方不搞适配,然后也是你!英雄!

@kirklin
Copy link
Author

kirklin commented Dec 23, 2023

vben 那边也遇到过插件官方不搞适配,然后也是你!英雄!

哈哈哈,无处不在。

@adoin
Copy link

adoin commented Dec 25, 2023

vben 那边也遇到过插件官方不搞适配,然后也是你!英雄!

哈哈哈,无处不在。

好像都在福州呀,有没有什么技术讨论群啥的(顺便看看工作机会)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants