mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(site): replace home page tech preview player with real player (#580)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
410fc01350
commit
f623e676f2
@@ -103,7 +103,7 @@ export default defineConfig({
|
||||
vite: {
|
||||
plugins: [tailwindcss()],
|
||||
optimizeDeps: {
|
||||
exclude: ['@videojs/react-preview', '@videojs/react', '@videojs/html'],
|
||||
exclude: ['@videojs/react', '@videojs/html'],
|
||||
},
|
||||
resolve: {
|
||||
dedupe: ['react', 'react-dom'],
|
||||
|
||||
Reference in New Issue
Block a user