0

Enable source maps in production

This commit is contained in:
Gabe Kangas 2023-01-08 20:41:46 -08:00
parent 1fbe89d703
commit f95fbcc38b
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

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