chore: Enable reactStrictMode in next.config.js

strictMode 기능 활성화했고 false로 세팅함
This commit is contained in:
yoosangwook 2024-07-31 10:59:56 +09:00
parent 4dbebf4cf9
commit a4c1b28c8d

View File

@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
// reactStrictMode: false,
reactStrictMode: false,
webpack: (config) => {
config.externals.push({
"utf-8-validate": "commonjs utf-8-validate",