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
Although the Stylus binary compiles just fine files containing glob imports, it breaks when using with Parcel.
parcel serve frontend/index.html --no-autoinstall --no-hmr
Parcel should serve a CSS file compiled from Stylus, with or without glob imports.
ENOENT: no such file or directory, open '/app/frontend/styles/**/*
// Modules @require '**/*'
The text was updated successfully, but these errors were encountered:
Ow we have probably overwritten stylus import resolver with a custom one to support node modules and root imports
Sent with GitHawk
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
🐛 bug report
Although the Stylus binary compiles just fine files containing glob imports, it breaks when using with Parcel.
🎛 Configuration (.babelrc, package.json, cli command)
🤔 Expected Behavior
Parcel should serve a CSS file compiled from Stylus, with or without glob imports.
😯 Current Behavior
💻 Code Sample
🌍 Your Environment
The text was updated successfully, but these errors were encountered: