Skip to content

Commit 0d3bf35

Browse files
daltonesmichael-ciniawsky
authored andcommitted
feat(index): Allow extensions for .postcssrc
1 parent 699fb6c commit 0d3bf35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module.exports = function postcssrc (ctx, path, options) {
3939

4040
path = path ? resolve(path) : process.cwd()
4141

42-
options = assign({}, options)
42+
options = assign({rcExtensions: true}, options)
4343

4444
if (!ctx.env) process.env.NODE_ENV = 'development'
4545

0 commit comments

Comments
 (0)