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
I'm a new user, and in the course of migrating a working project to Parcel was confused by an error message for an otherwise-valid tag.
<head> <meta name="twitter:image" content="" /> </head>
Ideally, Parcel either wouldn't error out on empty strings in <meta> tags, or would emit a more helpful error if Parcel is unable to work with it.
<meta>
Received error message: "The 'path' argument must be of type string. Received type object"
🙏Thank you!
The text was updated successfully, but these errors were encountered:
allow empty string in meta
e8dec9b
fixes parcel-bundler#1714
allow empty string in meta (#2027)
a50222a
fixes #1714
f6e1f76
74fe47b
Successfully merging a pull request may close this issue.
🐛 Bug report
I'm a new user, and in the course of migrating a working project to Parcel was confused by an error message for an otherwise-valid tag.
🤔 Expected Behavior
Ideally, Parcel either wouldn't error out on empty strings in
<meta>
tags, or would emit a more helpful error if Parcel is unable to work with it.😯 Current Behavior
Received error message: "The 'path' argument must be of type string. Received type object"
🙏Thank you!
The text was updated successfully, but these errors were encountered: