-
Notifications
You must be signed in to change notification settings - Fork 196
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
(Parcel) ReferenceError: parser is not defined #302
Comments
Temporarily set npm version hard to "react-phone-number-input": "2.3.22" |
I looked at the sources at path |
I have one suggestion. Maybe bug is on Parcel side and it transform a filename |
It was called the same.
If parcel has issues with whitespace then you could create an issue in
their repo.
…On Thu, 5 Dec 2019 at 20:06, Pavlo ***@***.***> wrote:
I have one suggestion. Maybe bug is on Parcel side and it transform a
filename template parser.js incorrectly. Like space in filename is
confusing, I wonder how this files was called before?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#302?email_source=notifications&email_token=AADUP34T2DGQHRRLQX2UV23QXEYHXA5CNFSM4JUZU242YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGBNDZI#issuecomment-562221541>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADUP3Z6K2TVUPFAUPNAVNLQXEYHXANCNFSM4JUZU24Q>
.
|
It's Parcel's issue, it incorrectly detects source maps. See parcel-bundler/parcel#2408 for example. For time being, one can use |
I has "react-phone-number-input": "^2.3.22" which is works well.
After update CircleCI starts to produce broken builds:
The text was updated successfully, but these errors were encountered: