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.js: v20.18.0 unbuild: ✅v3.0.0-rc.11 / ❌v3.0.0
Node.js
v20.18.0
unbuild
v3.0.0-rc.11
v3.0.0
https://github.com/xsjcTony/remark-magic-link/blob/main/package.json
This is the config I'm using, however it works well (see screenshot for output) in v3.0.0-rc.11, but not in v3.0.0 (as well as v3.1.0). No idea why.
v3.1.0
entries: [ 'src/index', { input: 'src', outDir: '.', pattern: ['**/*.css'], builder: 'mkdist', loaders: ['postcss'] }, ],
It may because of the upgrade of mkdist to v2, I've tried to dig into it, but unfortunately I can't find anything.
mkdist
v2
No response
The text was updated successfully, but these errors were encountered:
Thanks for the report. this issue comes from mkdist since we migrated from globby to tinyglobby which does not support githinore natively.
Here is a current workaround:
{ input: 'src', outDir: '.', pattern: ['**/*.css'], builder: 'mkdist', loaders: ['postcss'], globOptions: { ignore: [] } },
Sorry, something went wrong.
Fixed in https://github.com/unjs/mkdist/releases/tag/v2.2.0
(you can use pnpm upgrade unbuild mkdist to make sure [email protected]+ is installed)
pnpm upgrade unbuild mkdist
[email protected]
No branches or pull requests
Environment
Node.js
:v20.18.0
unbuild
: ✅v3.0.0-rc.11
/ ❌v3.0.0
Reproduction
https://github.com/xsjcTony/remark-magic-link/blob/main/package.json
Describe the bug
This is the config I'm using, however it works well (see screenshot for output) in
v3.0.0-rc.11
, but not inv3.0.0
(as well asv3.1.0
).No idea why.
Additional context
It may because of the upgrade of
mkdist
tov2
, I've tried to dig into it, but unfortunately I can't find anything.Logs
No response
The text was updated successfully, but these errors were encountered: