Enable source maps in production

This commit is contained in:
Marshall Polaris 2022-09-02 19:40:22 -07:00
parent 8318621d51
commit fe8bad07df

View File

@ -4,6 +4,7 @@ const ABOUT_PAGE_URL = 'https://docs.manifold.markets/$how-to'
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
module.exports = { module.exports = {
productionBrowserSourceMaps: true,
staticPageGenerationTimeout: 600, // e.g. stats page staticPageGenerationTimeout: 600, // e.g. stats page
reactStrictMode: true, reactStrictMode: true,
optimizeFonts: false, optimizeFonts: false,