mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 07:40:33 +00:00
coverage
This commit is contained in:
parent
56965b838b
commit
f4ca25a692
@ -7,6 +7,7 @@ const { cloneDeep } = require('lodash')
|
|||||||
module.exports = function postcssConfig() {
|
module.exports = function postcssConfig() {
|
||||||
let config = cloneDeep(this.options.build.postcss)
|
let config = cloneDeep(this.options.build.postcss)
|
||||||
|
|
||||||
|
/* istanbul ignore if */
|
||||||
if (!config) {
|
if (!config) {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user