We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7e307 commit b549bc6Copy full SHA for b549bc6
1 file changed
index.js
@@ -46,8 +46,7 @@ module.exports = function postcssrc (ctx, path, options) {
46
)
47
}
48
49
- result === undefined ? { config: {} } : result
50
- result = result.config
+ result = result ? result.config : {}
51
52
return result
53
})
0 commit comments