improved html indentation

This commit is contained in:
Roberto Tonino 2020-05-08 22:02:08 +02:00
parent 677b5aaa61
commit 16b4853322
2 changed files with 1002 additions and 996 deletions

File diff suppressed because it is too large Load Diff

View File

@ -18,7 +18,7 @@ export default {
], ],
plugins: [ plugins: [
// Needed for Vue imports, could use alias plugin but they're not working with resolve plugin // Needed for Vue imports, could use alias plugin but they're not working with resolve plugin
// Assuming all the Vue imports are made like: import Vue from 'vue.esm' (vue.esm is made for bundlers) // Assuming all the Vue imports are made like: import Vue from 'vue/dist/vue.esm' (vue.esm is made for bundlers)
replace({ replace({
'process.env.NODE_ENV': JSON.stringify(production ? 'production' : 'development') 'process.env.NODE_ENV': JSON.stringify(production ? 'production' : 'development')
}), }),