Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
at main 217 B view raw
1export default () => ({ 2 webpack: config => { 3 config.resolve.alias = { 4 ...(config.resolve.alias || {}), 5 react: 'preact/compat', 6 'react-dom': 'preact/compat', 7 }; 8 9 return config; 10 }, 11});