mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
refactor(config): remove windows platform config
This commit is contained in:
@ -36,14 +36,6 @@ export const PLATFORM_CONFIGS: PlatformConfig[] = [
|
||||
isMatch: (url, userAgent) => isPlatformMatch(url, userAgent, 'android', ['android', 'silk'], WINDOWS_PHONE)
|
||||
},
|
||||
|
||||
{
|
||||
name: 'windows',
|
||||
settings: {
|
||||
mode: 'md'
|
||||
},
|
||||
isMatch: (url, userAgent) => isPlatformMatch(url, userAgent, 'windows', WINDOWS_PHONE, [])
|
||||
},
|
||||
|
||||
{
|
||||
name: 'core',
|
||||
settings: {
|
||||
|
Reference in New Issue
Block a user