release: WRNexusJS 0.7.0
This commit is contained in:
@@ -101,6 +101,31 @@ const config: AppConfig = {
|
||||
legacyComponentDiscovery: true,
|
||||
stringLayouts: true,
|
||||
},
|
||||
navigation: {
|
||||
mode: "auto",
|
||||
},
|
||||
performance: {
|
||||
enforcement: "warn",
|
||||
analyze: true,
|
||||
budgets: {
|
||||
routeJsBytes: 51200,
|
||||
routeCssBytes: 25600,
|
||||
htmlBytes: 204800,
|
||||
hydrationMs: 200,
|
||||
serverRenderMs: 500,
|
||||
lcpMs: 2500,
|
||||
inpMs: 200,
|
||||
cls: 0.1,
|
||||
ttfbMs: 800,
|
||||
},
|
||||
},
|
||||
observability: {
|
||||
enabled: true,
|
||||
serverTiming: true,
|
||||
sampleRate: 0.1,
|
||||
exporter: "none",
|
||||
webVitals: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user