chore: Enable reactStrictMode in next.config.js
strictMode 기능 활성화했고 false로 세팅함
This commit is contained in:
parent
4dbebf4cf9
commit
a4c1b28c8d
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user