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(
|
module.exports = withBundleAnalyzer(
|
||||||
withLess({
|
withLess({
|
||||||
|
productionBrowserSourceMaps: true,
|
||||||
trailingSlash: true,
|
trailingSlash: true,
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
images: {
|
images: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user