refactor: move getPlatform to helpers

This commit is contained in:
Igor Randjelovic
2020-11-19 22:20:48 +01:00
committed by Nathan Walker
parent 4b992958d0
commit 19d12f13d3
4 changed files with 24 additions and 16 deletions

View File

@ -24,6 +24,7 @@ exports[`vue configuration for android 1`] = `
vue: 'nativescript-vue'
},
extensions: [
'.android.vue',
'.vue',
'.android.ts',
'.ts',
@ -195,6 +196,7 @@ exports[`vue configuration for ios 1`] = `
vue: 'nativescript-vue'
},
extensions: [
'.ios.vue',
'.vue',
'.ios.ts',
'.ts',