perf: defer heavy modules and add performance baselines
Lazy-load Stripe and the chat reply animation, remove the unused Lottie runtime, and add repeatable bundle and Web Vitals baseline tooling.
This commit is contained in:
+3
-1
@@ -4,7 +4,9 @@
|
||||
"\\.test\\.ts$",
|
||||
"\\.test\\.tsx$",
|
||||
"\\.spec\\.ts$",
|
||||
"\\.spec\\.tsx$"
|
||||
"\\.spec\\.tsx$",
|
||||
"lottie-message-bubble\\.tsx$",
|
||||
"stripe-payment-dialog\\.tsx$"
|
||||
],
|
||||
"directory": [
|
||||
"./src/data/repositories",
|
||||
|
||||
Reference in New Issue
Block a user