mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
23a226227f
This kept throwing warnings in our playground build because prettier uses node APIs and is not meant to be bundled and run on the browser. There's a separate standalone version that runs on the browser. A follow on PR will make the playground use that but this PR is a first step towards using a standalone prettier.