AykutSarac 2 лет назад
Родитель
Сommit
6d3e259f5a
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      next.config.js

+ 1 - 0
next.config.js

@@ -7,6 +7,7 @@ const withBundleAnalyzer = require("@next/bundle-analyzer")({
  */
 const config = {
   reactStrictMode: false,
+  productionBrowserSourceMaps: true,
   compiler: {
     styledComponents: true,
   },