Prettier has caused this regression in their 1.13.0 update which occurred today. Downgrade to the previous version to fix this error:
npm install –save-dev prettier@1.12.0
npm run dev
That should do the trick.
Prettier has caused this regression in their 1.13.0 update which occurred today. Downgrade to the previous version to fix this error:
npm install –save-dev prettier@1.12.0
npm run dev
That should do the trick.