Merge branch 'develop'

This commit is contained in:
Sam Carlton 2020-12-01 22:47:25 -06:00
commit 5d9f09068e
2 changed files with 5 additions and 4 deletions

View file

@ -63,10 +63,10 @@ import axios from 'axios'
export default { export default {
props: { props: {
appName: { // appName: {
type: String, // type: String,
required: true // required: true
}, // },
placeholder: { placeholder: {
type: String, type: String,
default: 'Send me regular app updates' default: 'Send me regular app updates'

View file

@ -237,6 +237,7 @@ export default {
** Build configuration ** Build configuration
*/ */
build: { build: {
html: { minify: { collapseWhitespace: true } },
/* /*
** You can extend webpack config here ** You can extend webpack config here
*/ */