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 1cfaea4 commit ba0327eCopy full SHA for ba0327e
tests/__fixtures__/tool.echo.js
@@ -18,4 +18,5 @@ const echo_plugin_tool = options => [
18
})
19
];
20
21
-export { echo_plugin_tool as default, echo_plugin_tool };
+export default echo_plugin_tool;
22
+// export { echo_plugin_tool as default, echo_plugin_tool };
0 commit comments