Enable source maps in production

This commit is contained in:
Gabe Kangas
2023-01-08 20:41:46 -08:00
parent 1fbe89d703
commit f95fbcc38b

View File

@@ -5,6 +5,7 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({
module.exports = withBundleAnalyzer(
withLess({
productionBrowserSourceMaps: true,
trailingSlash: true,
reactStrictMode: true,
images: {