refactor(config): remove windows platform config

This commit is contained in:
Brandy Carney
2017-11-15 14:17:12 -06:00
parent 20c25df280
commit 19d42fdbf4

View File

@ -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: {