chore: comprehensive project update with dependency modernization, contact information standardization, copyright updates, and build configuration improvements
- Updated dependencies to latest compatible versions including React, TypeScript, and Vite. - Standardized contact information across all components (phone, email, address, EIN). - Updated copyright year to 2025 and ensured consistent legal status messaging. - Modernized Azure infrastructure with updated API versions and enhanced security practices. - Optimized build configurations for TypeScript and Vite, ensuring production readiness. - Cleaned up console logs and improved code quality with type safety and test coverage updates.
This commit is contained in:
@@ -84,8 +84,11 @@ export default defineConfig({
|
||||
// AI libraries (browser-compatible)
|
||||
ai: ['@tensorflow/tfjs'],
|
||||
|
||||
// Utilities
|
||||
utils: ['date-fns', 'react-helmet-async']
|
||||
// Utilities and i18n
|
||||
utils: ['date-fns', 'react-helmet-async', 'i18next', 'react-i18next'],
|
||||
|
||||
// Stripe and payment
|
||||
payments: ['@stripe/stripe-js', '@stripe/react-stripe-js']
|
||||
},
|
||||
chunkFileNames: 'js/[name]-[hash].js'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user