We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
希望能匹配到 node_modules里某个 npm包里的 mpx 文件
unocss: { styleIsolation: 'isolated', scan: { include: ['**/*', '**/node_modules/**/design-mpx/**'], }, },
实际的 file 为 /mpx-project/node_modules/.pnpm/[email protected][email protected]/node_modules/design-mpx/components/button/index.mpx
由于 unocss-plugin 里使用了 minimatch 这个库,默认不支持带.的路径 希望修改为
The text was updated successfully, but these errors were encountered:
No branches or pull requests
希望能匹配到 node_modules里某个 npm包里的 mpx 文件
实际的 file 为 /mpx-project/node_modules/.pnpm/[email protected][email protected]/node_modules/design-mpx/components/button/index.mpx
由于 unocss-plugin 里使用了 minimatch 这个库,默认不支持带.的路径
希望修改为
The text was updated successfully, but these errors were encountered: