File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed
Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 22 "name" : " @nativescript/template-blank-vue-ts" ,
33 "main" : " app/app.ts" ,
44 "displayName" : " Blank Vue Typescript" ,
5- "version" : " 9.0.5 " ,
5+ "version" : " 9.0.6 " ,
66 "description" : " Blank Typescript template for NativeScript apps using Vue." ,
77 "author" : " NativeScript Team <oss@nativescript.org>" ,
88 "license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ module.exports = (env) => {
2727 . tap ( ( options ) => ( {
2828 ...options ,
2929 compiler : require ( "vue-template-compiler" ) ,
30+ compilerOptions : {
31+ whitespace : 'condense' ,
32+ preserveWhitespace : false ,
33+ } ,
3034 } ) ) ;
3135 } ) ;
3236
Original file line number Diff line number Diff line change 22 "name" : " @nativescript/template-blank-vue" ,
33 "main" : " app/app.js" ,
44 "displayName" : " Blank" ,
5- "version" : " 9.0.4 " ,
5+ "version" : " 9.0.5 " ,
66 "description" : " Blank template for NativeScript apps using Vue." ,
77 "author" : " NativeScript Team <oss@nativescript.org>" ,
88 "license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ module.exports = (env) => {
2727 . tap ( ( options ) => ( {
2828 ...options ,
2929 compiler : require ( "vue-template-compiler" ) ,
30+ compilerOptions : {
31+ whitespace : 'condense' ,
32+ preserveWhitespace : false ,
33+ } ,
3034 } ) ) ;
3135 } ) ;
3236
You can’t perform that action at this time.
0 commit comments