From 0d1f478fc244e28f8c87aac5738b6f8f7b028fe2 Mon Sep 17 00:00:00 2001 From: jake-101 Date: Sat, 12 Sep 2020 19:51:00 -0700 Subject: [PATCH] netlifycms small fixes + faster build --- nuxt.config.js | 6 ++++++ static/admin/index.html | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index 3f3ce62a..55874f09 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -86,6 +86,12 @@ module.exports = { build: { extractCSS: false, + html: { + minify: { + minifyCSS: false, + minifyJS: false + } + }, plugins: [ new webpack.ProvidePlugin({ _get: 'lodash/get', diff --git a/static/admin/index.html b/static/admin/index.html index 51e90cd6..5205a9c2 100644 --- a/static/admin/index.html +++ b/static/admin/index.html @@ -10,11 +10,11 @@ rel="stylesheet" href="https://unpkg.com/netlify-cms@^2.0.0/dist/cms.css" /> + - - +