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 ae66fb1 commit a9f9563Copy full SHA for a9f9563
src/index.js
@@ -52,6 +52,7 @@ export default function setup(opts = {}) {
52
});
53
}
54
55
+ // Warning. Options, which aren't affected by plugins, should be processed above.
56
const customPlugins = get('use', ['u'], 'array', opts);
57
if (customPlugins) {
58
return void (plugins = customPlugins);
0 commit comments