Skip to content

Commit a9f9563

Browse files
committed
warning
1 parent ae66fb1 commit a9f9563

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export default function setup(opts = {}) {
5252
});
5353
}
5454

55+
// Warning. Options, which aren't affected by plugins, should be processed above.
5556
const customPlugins = get('use', ['u'], 'array', opts);
5657
if (customPlugins) {
5758
return void (plugins = customPlugins);

0 commit comments

Comments
 (0)