Explorar el Código

next config sourcemap

AykutSarac hace 2 años
padre
commit
6d3e259f5a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      next.config.js

+ 1 - 0
next.config.js

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