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} */
|
||||
|
||||
const nextConfig = {
|
||||
productionBrowserSourceMaps: true,
|
||||
reactStrictMode: true,
|
||||
images: {
|
||||
domains: [
|
||||
|
Loading…
Reference in New Issue
Block a user