aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuxt.config.js2
-rw-r--r--package.json1
2 files changed, 2 insertions, 1 deletions
diff --git a/nuxt.config.js b/nuxt.config.js
index 19176e0..5740e04 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -81,7 +81,7 @@ export default {
baseURL: `${process.env.DOMAIN}${process.env.ROUTE_PREFIX}`,
},
build: {
- extractCSS: true,
+ extractCSS: process.env.NODE_ENV === 'production',
postcss: {
preset: {
autoprefixer,
diff --git a/package.json b/package.json
index aad96b4..d6bbcdc 100644
--- a/package.json
+++ b/package.json
@@ -82,6 +82,7 @@
"vuebar": "^0.0.20"
},
"devDependencies": {
+ "@creativebulma/bulma-divider": "^1.1.0",
"@nuxtjs/eslint-config": "^3.0.0",
"autoprefixer": "^9.4.7",
"babel-eslint": "^10.0.1",