Skip to content

Commit ba0327e

Browse files
committed
DEV temp
1 parent 1cfaea4 commit ba0327e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/__fixtures__/tool.echo.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ const echo_plugin_tool = options => [
1818
})
1919
];
2020

21-
export { echo_plugin_tool as default, echo_plugin_tool };
21+
export default echo_plugin_tool;
22+
// export { echo_plugin_tool as default, echo_plugin_tool };

0 commit comments

Comments
 (0)