improved html indentation
This commit is contained in:
parent
677b5aaa61
commit
16b4853322
1996
public/index.html
1996
public/index.html
File diff suppressed because it is too large
Load Diff
@ -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')
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user