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 a20aad7 commit df17527Copy full SHA for df17527
packages/cli/src/core/findPlugins.js
@@ -9,4 +9,4 @@
9
10
import findPlugins from '../tools/findPlugins';
11
12
-export default findPlugins;
+module.exports = findPlugins;
0 commit comments