Emit source maps during production builds
Ref: https://nextjs.org/docs/pages/api-reference/next-config-js/productionBrowserSourceMaps
This commit is contained in:
parent
d984c6046c
commit
7d0b7d9ef8
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ const nextConfig = {
|
|||
},
|
||||
},
|
||||
},
|
||||
productionBrowserSourceMaps: true,
|
||||
transpilePackages: [
|
||||
'@/utils',
|
||||
'@mui/material',
|
||||
|
|
Loading…
Add table
Reference in a new issue