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.
2 parents 3b6b176 + 1788d19 commit 63d86d1Copy full SHA for 63d86d1
index.js
@@ -125,9 +125,7 @@ Promise.resolve()
125
function rc(ctx, path) {
126
if (argv.use) return Promise.resolve(cliConfig)
127
128
- // Set argv: false to keep cosmiconfig from attempting to read the --config
129
- // flag from process.argv
130
- return postcssrc(ctx, path, { argv: false })
+ return postcssrc(ctx, path)
131
.then(rc => {
132
if (rc.options.from || rc.options.to) {
133
error(
package.json
@@ -25,7 +25,7 @@
25
"get-stdin": "^6.0.0",
26
"globby": "^8.0.0",
27
"postcss": "^7.0.0",
28
- "postcss-load-config": "^1.1.0",
+ "postcss-load-config": "^2.0.0",
29
"postcss-reporter": "^5.0.0",
30
"pretty-hrtime": "^1.0.3",
31
"read-cache": "^1.0.0",
0 commit comments