@mui/internal-docs-infra 0.2.3-canary.12 → 0.2.3-canary.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,7 +33,8 @@ process.env.DEPLOY_ENV = DEPLOY_ENV;
33
33
  export function withDeploymentConfig(nextConfig) {
34
34
  return _extends(_extends({
35
35
  trailingSlash: true,
36
- reactStrictMode: true
36
+ reactStrictMode: true,
37
+ productionBrowserSourceMaps: true
37
38
  }, nextConfig), {}, {
38
39
  env: _extends(_extends({
39
40
  // production | staging | pull-request | development
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/internal-docs-infra",
3
- "version": "0.2.3-canary.12",
3
+ "version": "0.2.3-canary.13",
4
4
  "author": "MUI Team",
5
5
  "description": "MUI Infra - internal documentation creation tools.",
6
6
  "keywords": [
@@ -235,5 +235,5 @@
235
235
  },
236
236
  "./esm": null
237
237
  },
238
- "gitSha": "107af04e787aeb4592f60a8281c6eb0bf559caeb"
238
+ "gitSha": "8b1850f1e23152917fcc1e97d123805cd99d6a31"
239
239
  }