Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit 551ef31

Browse files
committedJan 10, 2019
Fix reference to the plugin in the README
1 parent bf9f1a2 commit 551ef31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export default babel.custom(babelCore => {
189189
result(result, { code, customOptions, config, transformOptions }) {
190190
return {
191191
...result,
192-
code: result.code + '\n// Generated by some custom loader',
192+
code: result.code + '\n// Generated by some custom plugin',
193193
};
194194
},
195195
};

0 commit comments

Comments
 (0)
This repository has been archived.