icns-frontend/next.config.js
HeesungB 047c9d6af8 WIP
2022-12-06 19:41:38 +09:00

11 lines
187 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: false,
swcMinify: true,
compiler: {
styledComponents: true,
},
};
module.exports = nextConfig;