AykutSarac 2 роки тому
батько
коміт
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,
   },