Enable source maps in production
This commit is contained in:
parent
1fbe89d703
commit
f95fbcc38b
@ -5,6 +5,7 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({
|
||||
|
||||
module.exports = withBundleAnalyzer(
|
||||
withLess({
|
||||
productionBrowserSourceMaps: true,
|
||||
trailingSlash: true,
|
||||
reactStrictMode: true,
|
||||
images: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user