4 lines
111 B
JavaScript

module.exports = () => ({
plugins: [["@babel/plugin-transform-react-jsx", { pragma: "___EmotionJSX" }]],
});