From f4ca25a692f5e41fd11346abb919a20f2c6c5965 Mon Sep 17 00:00:00 2001
From: Pooya Parsa <pooya@pi0.ir>
Date: Fri, 29 Dec 2017 12:13:24 +0330
Subject: [PATCH] coverage

---
 lib/builder/webpack/postcss.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/builder/webpack/postcss.js b/lib/builder/webpack/postcss.js
index ee699b4c3f..fb1b171636 100644
--- a/lib/builder/webpack/postcss.js
+++ b/lib/builder/webpack/postcss.js
@@ -7,6 +7,7 @@ const { cloneDeep } = require('lodash')
 module.exports = function postcssConfig() {
   let config = cloneDeep(this.options.build.postcss)
 
+  /* istanbul ignore if */
   if (!config) {
     return false
   }