Removed "lite" build target

This commit is contained in:
Joel Collins 2020-05-26 10:44:51 +01:00
parent 952085fee7
commit 5f44edaa91
10 changed files with 22 additions and 95 deletions

View file

@ -15,7 +15,6 @@
class="uk-flex uk-flex-column uk-padding-remove uk-width-auto uk-height-1-1 uk-text-center"
>
<tabIcon
v-show="!liteMode"
id="connect-tab-icon"
tab-i-d="connect"
:require-connection="false"
@ -196,8 +195,7 @@ export default {
return {
plugins: [],
currentTab: "connect",
unwatchStoreFunction: null,
liteMode: process.env.VUE_APP_LITEMODE == "true" ? true : false
unwatchStoreFunction: null
};
},