Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/tests-unit/tests/core/__mocks__/next/BUILD_ID
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lnRb3bjsx2nspyrLXPfpa
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"version": 4,
"routes": {
"/middleware-rewrite-with-isr-destination": {
"initialRevalidateSeconds": 10,
"srcRoute": null,
"dataRoute": "/_next/data/lnRb3bjsx2nspyrLXPfpa/middleware-rewrite-with-isr-destination.json"
},
"/isr": {
"initialRevalidateSeconds": 10,
"srcRoute": null,
"dataRoute": "/_next/data/lnRb3bjsx2nspyrLXPfpa/isr.json"
},
"/ssg-preview/hello": {
"initialRevalidateSeconds": false,
"srcRoute": "/ssg-preview/[id]",
"dataRoute": "/_next/data/lnRb3bjsx2nspyrLXPfpa/ssg-preview/hello.json"
},
"/ssg-preview/world": {
"initialRevalidateSeconds": false,
"srcRoute": "/ssg-preview/[id]",
"dataRoute": "/_next/data/lnRb3bjsx2nspyrLXPfpa/ssg-preview/world.json"
},
"/ssg": {
"initialRevalidateSeconds": false,
"srcRoute": null,
"dataRoute": "/_next/data/lnRb3bjsx2nspyrLXPfpa/ssg.json"
},
"/ssg-dynamic/1": {
"initialRevalidateSeconds": false,
"srcRoute": "/ssg-dynamic/[id]",
"dataRoute": "/_next/data/lnRb3bjsx2nspyrLXPfpa/ssg-dynamic/1.json"
}
},
"dynamicRoutes": {
"/ssg-dynamic-fallback/[id]": {
"routeRegex": "^/ssg\\-dynamic\\-fallback/([^/]+?)(?:/)?$",
"dataRoute": "/_next/data/lnRb3bjsx2nspyrLXPfpa/ssg-dynamic-fallback/[id].json",
"fallback": "/ssg-dynamic-fallback/[id].html",
"dataRouteRegex": "^/_next/data/lnRb3bjsx2nspyrLXPfpa/ssg\\-dynamic\\-fallback/([^/]+?)\\.json$"
},
"/ssg-preview/[id]": {
"routeRegex": "^/ssg\\-preview/([^/]+?)(?:/)?$",
"dataRoute": "/_next/data/lnRb3bjsx2nspyrLXPfpa/ssg-preview/[id].json",
"fallback": false,
"dataRouteRegex": "^/_next/data/lnRb3bjsx2nspyrLXPfpa/ssg\\-preview/([^/]+?)\\.json$"
},
"/ssg-dynamic/[id]": {
"routeRegex": "^/ssg\\-dynamic/([^/]+?)(?:/)?$",
"dataRoute": "/_next/data/lnRb3bjsx2nspyrLXPfpa/ssg-dynamic/[id].json",
"fallback": false,
"dataRouteRegex": "^/_next/data/lnRb3bjsx2nspyrLXPfpa/ssg\\-dynamic/([^/]+?)\\.json$"
}
},
"notFoundRoutes": [],
"preview": {
"previewModeId": "a4f0a4586498ab90ef6af5c106920f7e",
"previewModeSigningKey": "61c53747d3c40a6a1e809ecae2a7c625643701bb390321f6c57813e7a78363d9",
"previewModeEncryptionKey": "d9108ce7f77f85f1f07ea2fc9e7355805cf11ddd28c85f1a61cfce1810515a60"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@
{
"version": 1,
"config": {
"env": {},
"webpack": null,
"eslint": { "ignoreDuringBuilds": true },
"typescript": {
"ignoreBuildErrors": false,
"tsconfigPath": "tsconfig.json"
},
"distDir": ".next",
"cleanDistDir": true,
"assetPrefix": "",
"configOrigin": "next.config.js",
"useFileSystemPublicRoutes": true,
"generateEtags": true,
"pageExtensions": ["tsx", "ts", "jsx", "js"],
"poweredByHeader": true,
"compress": true,
"analyticsId": "",
"images": {
"deviceSizes": [640, 750, 828, 1080, 1200, 1920, 2048, 3840],
"imageSizes": [16, 32, 48, 64, 96, 128, 256, 384],
"path": "/_next/image",
"loader": "default",
"loaderFile": "",
"domains": [],
"disableStaticImages": false,
"minimumCacheTTL": 60,
"formats": ["image/webp"],
"dangerouslyAllowSVG": false,
"contentSecurityPolicy": "script-src 'none'; frame-src 'none'; sandbox;",
"contentDispositionType": "inline",
"remotePatterns": [{ "hostname": "**.unsplash.com" }],
"unoptimized": false
},
"devIndicators": {
"buildActivity": true,
"buildActivityPosition": "bottom-right"
},
"onDemandEntries": { "maxInactiveAge": 60000, "pagesBufferLength": 5 },
"amp": { "canonicalBase": "" },
"basePath": "",
"sassOptions": {},
"trailingSlash": false,
"i18n": null,
"productionBrowserSourceMaps": false,
"optimizeFonts": true,
"excludeDefaultMomentLocales": true,
"serverRuntimeConfig": {},
"publicRuntimeConfig": {},
"reactProductionProfiling": false,
"reactStrictMode": true,
"httpAgentOptions": { "keepAlive": true },
"outputFileTracing": true,
"staticPageGenerationTimeout": 60,
"swcMinify": true,
"output": "standalone",
"modularizeImports": {
"@mui/icons-material": { "transform": "@mui/icons-material/{{member}}" },
"date-fns": { "transform": "date-fns/{{member}}" },
"lodash": { "transform": "lodash/{{member}}" },
"lodash-es": { "transform": "lodash-es/{{member}}" },
"ramda": { "transform": "ramda/es/{{member}}" },
"react-bootstrap": { "transform": "react-bootstrap/{{member}}" },
"antd": { "transform": "antd/lib/{{kebabCase member}}" },
"ahooks": { "transform": "ahooks/es/{{member}}" },
"@ant-design/icons": {
"transform": "@ant-design/icons/lib/icons/{{member}}"
}
},
"experimental": {
"serverMinification": false,
"serverSourceMaps": false,
"caseSensitiveRoutes": false,
"useDeploymentId": false,
"useDeploymentIdServerActions": false,
"clientRouterFilter": true,
"clientRouterFilterRedirects": false,
"fetchCacheKeyPrefix": "",
"middlewarePrefetch": "flexible",
"optimisticClientCache": true,
"manualClientBasePath": false,
"legacyBrowsers": false,
"newNextLinkBehavior": true,
"cpus": 7,
"memoryBasedWorkersCount": false,
"sharedPool": true,
"isrFlushToDisk": true,
"workerThreads": false,
"pageEnv": false,
"optimizeCss": false,
"nextScriptWorkers": false,
"scrollRestoration": false,
"externalDir": false,
"disableOptimizedLoading": false,
"gzipSize": true,
"swcFileReading": true,
"craCompat": false,
"esmExternals": true,
"appDir": true,
"isrMemoryCacheSize": 52428800,
"fullySpecified": false,
"outputFileTracingRoot": "/Users/socsieng/Projects/opennextjs-aws",
"swcTraceProfiling": false,
"forceSwcTransforms": false,
"largePageDataBytes": 128000,
"adjustFontFallbacks": false,
"adjustFontFallbacksWithSizeAdjust": false,
"typedRoutes": false,
"instrumentationHook": false,
"trustHostHeader": false
},
"configFileName": "next.config.js"
},
"appDir": "/Users/socsieng/Projects/opennextjs-aws/example",
"relativeAppDir": "example",
"files": [
".next/routes-manifest.json",
".next/server/pages-manifest.json",
".next/build-manifest.json",
".next/prerender-manifest.json",
".next/server/middleware-manifest.json",
".next/server/middleware-build-manifest.js",
".next/server/middleware-react-loadable-manifest.js",
".next/react-loadable-manifest.json",
".next/server/font-manifest.json",
".next/BUILD_ID",
".next/server/next-font-manifest.js",
".next/server/next-font-manifest.json"
],
"ignore": [
"../node_modules/next/dist/compiled/@ampproject/toolbox-optimizer/**/*"
]
}
Loading
Loading