This commit is contained in:
Pooya Parsa 2017-12-29 12:13:24 +03:30
parent 56965b838b
commit f4ca25a692

View File

@ -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
}