dillon1000/react

Commit

Remove use of prettier in babel-plugin-react-forget

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.
Browse files
Changed paths1 file
First-parent comparison
M compiler/packages/babel-plugin-react-forget/src/Utils/logger.ts Modified
Patch

Files changed

Rendering syntax-highlighted changes…