UNPKG

@pitifulhawk/flash-up

Version:

Interactive project scaffolder for modern web applications

9 lines (7 loc) 164 B
/** @type {import('next').NextConfig} */ const nextConfig = { experimental: { optimizePackageImports: ["@chakra-ui/react"], }, } export default nextConfig