graphql-js icon indicating copy to clipboard operation
graphql-js copied to clipboard

parser: "babylon" is deprecate

Open gustawdaniel opened this issue 5 years ago • 0 comments

After command prisma generate i see

Generating schema... 32ms
{ parser: "babylon" } is deprecated; we now treat it as { parser: "babel" }.

How to fix it?

gustawdaniel avatar Feb 08 '19 15:02 gustawdaniel