From 368e4522012d3a0130c22e4e4492defc10d22375 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 1 Dec 2020 22:36:05 -0600 Subject: [PATCH 1/2] Try minifying html --- nuxt.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/nuxt.config.js b/nuxt.config.js index 3975b60..86ed5f1 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -237,6 +237,7 @@ export default { ** Build configuration */ build: { + html: { minify: { collapseWhitespace: true } }, /* ** You can extend webpack config here */ From e13b2437c0929eb9441d11de99ce4e7b2f5db062 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 1 Dec 2020 22:46:29 -0600 Subject: [PATCH 2/2] Fix unused prop --- components/all-updates-subscribe.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/all-updates-subscribe.vue b/components/all-updates-subscribe.vue index 392d1f5..c7ce0a0 100644 --- a/components/all-updates-subscribe.vue +++ b/components/all-updates-subscribe.vue @@ -63,10 +63,10 @@ import axios from 'axios' export default { props: { - appName: { - type: String, - required: true - }, + // appName: { + // type: String, + // required: true + // }, placeholder: { type: String, default: 'Send me regular app updates'