UNPKG

create-revo

Version:

Project setup tool for ReactJS and NextJS

9 lines (6 loc) 169 B
import type { NextConfig } from "next"; const nextConfig: NextConfig = { /* config options here */ transpilePackages: ["revoicons"], }; export default nextConfig;