Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Prevent error when both preact and react exists in package (#983)

authored by

Andy Richardson and committed by
GitHub
9208ad41 e93d1800

+1 -1
+1 -1
scripts/rollup/plugins.js
··· 82 82 pragmaFrag: 'React.Fragment', 83 83 useBuiltIns: true 84 84 }], 85 - settings.hasPreact && ['@babel/plugin-transform-react-jsx', { 85 + !settings.hasReact && settings.hasPreact && ['@babel/plugin-transform-react-jsx', { 86 86 pragma: 'h', 87 87 useBuiltIns: true 88 88 }],