Add Tizen 5.5 Polyfills, implement dpad navigation with specified components
This commit is contained in:
@@ -5,7 +5,17 @@ import viteLegacyPlugin from '@vitejs/plugin-legacy';
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [viteLegacyPlugin(), svelte(), viteSingleFile()],
|
||||
plugins: [
|
||||
viteLegacyPlugin({
|
||||
// targets: ['chrome >= 64', 'edge >= 79', 'safari >= 11.1', 'firefox >= 67'],
|
||||
// ignoreBrowserslistConfig: true,
|
||||
renderLegacyChunks: true,
|
||||
// modernPolyfills: ['es/global-this']
|
||||
modernPolyfills: true
|
||||
}),
|
||||
svelte(),
|
||||
viteSingleFile()
|
||||
],
|
||||
optimizeDeps: { exclude: ['svelte-navigator'] }
|
||||
|
||||
// base: '/dist',
|
||||
|
||||
Reference in New Issue
Block a user