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.
--config
1 parent dbb597e commit d51afd9Copy full SHA for d51afd9
index.js
@@ -69,7 +69,7 @@ module.exports = function (source, map) {
69
throw new Error('PostCSS plugin pack is supported ' +
70
'only when use plugins in webpack config');
71
}
72
- return loadConfig({ webpack: loader }, configPath);
+ return loadConfig({ webpack: loader }, configPath, { argv: false });
73
74
}).then(function (config) {
75
if ( !config ) config = { };
0 commit comments