UNPKG

create-rivas-react

Version:

Boilerplate for create react with atomic design

10 lines (8 loc) 167 B
/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, compiler: { styledComponents: true, }, }; module.exports = nextConfig;