This repository was archived by the owner on Dec 5, 2022. It is now read-only.
File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ if(TNS_ENV !== 'production') {
12
12
13
13
// Prints Vue logs when --env.production is *NOT* set while building
14
14
Vue . config . silent = ( TNS_ENV === 'production' )
15
+ // Prints Colored logs when --env.production is *NOT* set while building
16
+ Vue . config . debug = ( TNS_ENV !== 'production' )
15
17
16
18
{ { #if_eq preset "SideDrawer" } }
17
19
Vue . registerElement (
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ if(TNS_ENV !== 'production') {
12
12
13
13
// Prints Vue logs when --env.production is *NOT* set while building
14
14
Vue . config . silent = ( TNS_ENV === 'production' )
15
+ // Prints Colored logs when --env.production is *NOT* set while building
16
+ // @ts -ignore
17
+ Vue . config . debug = ( TNS_ENV !== 'production' )
15
18
16
19
{ { #if_eq preset "SideDrawer" } }
17
20
Vue . registerElement (
Original file line number Diff line number Diff line change 22
22
"nativescript-toasty" : " ^1.3.0" ,{{/devtools }}{{#if_eq preset "SideDrawer" }}
23
23
"nativescript-ui-sidedrawer" : " ^7.0.0" ,{{/if_eq }}{{#unless_eq color_scheme "none" }}
24
24
"@nativescript/theme" : " ^2.2.1" ,{{/unless_eq }}
25
- "nativescript-vue" : " ^2.4 .0" ,
25
+ "nativescript-vue" : " ^2.5 .0" ,
26
26
"tns-core-modules" : " ^6.0.0"
27
27
},
28
28
"devDependencies" : {
29
29
"@babel/core" : " ^7.0.0" ,
30
30
"@babel/preset-env" : " ^7.0.0" ,
31
31
"babel-loader" : " ^8.0.2" ,
32
32
"nativescript-dev-webpack" : " ^1.0.0" ,
33
- "nativescript-vue-template-compiler" : " ^2.0 .0" ,
33
+ "nativescript-vue-template-compiler" : " ^2.5 .0" ,
34
34
"nativescript-worker-loader" : " ~0.9.0" ,
35
35
"node-sass" : " ^4.9.2" ,{{#if_eq lang "typescript" }}
36
36
"tns-platform-declarations" : " ^6.0.0" ,
You can’t perform that action at this time.
0 commit comments