-
-
Notifications
You must be signed in to change notification settings - Fork 425
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
Can not work with prettier@1.13.0 #108
Comments
starkwang
added a commit
to starkwang/svgr
that referenced
this issue
May 28, 2018
Prettier is no longer support default parser since 1.13.0. This change is to add `parser: 'babylon'` into prettier options. Fix: gregberge#108
gregberge
added a commit
that referenced
this issue
May 28, 2018
This is not solved yet.. tried |
@wenduzer I forgot the npm publish, should be OK now. |
This was referenced May 28, 2018
|
It looks like you are using url loader not svgr loader. Probably a problem in your webpack config. |
@neoziro did everything by the book tho. |
any help? @neoziro |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This can be fixed by
npm install prettier@1.12.1
.Ref: prettier/prettier#4567
The text was updated successfully, but these errors were encountered: