We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7811238 commit ba978d8Copy full SHA for ba978d8
1 file changed
src/index.js
@@ -22,6 +22,7 @@ const visitor = {
22
};
23
24
export default ({ types }) => ({
25
+ name: 'module-resolver',
26
pre(file) {
27
this.types = types;
28
0 commit comments