Open
Description
Hey, I'm implementing a REPL and I want to be able to use @babel/standalone
's transform api to transform React code online, and I want to preset support for @emotion/react
, but I don't know how to use @emotion/babel-plugin
in Babel.transform
The document I queried https://emotion.sh/docs/@emotion/babel-plugin , does it support the use in the browser environment?