feat(nextjs config): enable production browser sourcemaps (#367)
This commit is contained in:
parent
fe70b50c77
commit
53495c03ba
@ -1,6 +1,7 @@
|
|||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
|
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
|
productionBrowserSourceMaps: true,
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
images: {
|
images: {
|
||||||
domains: [
|
domains: [
|
||||||
|
Loading…
Reference in New Issue
Block a user