Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
- remove helper function
- remove unnecessary comment
  • Loading branch information
maverox committed May 18, 2024
1 parent df39698 commit 93c2142
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/create-webpack-app/src/plopfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,4 @@ export default function (plop: NodePlopAPI) {
},
],
});
plop.setHelper(
"isEqualToString",
function (this: typeof Function, value: string, comparison: string, options: any) {
return value === comparison ? options.fn(this) : options.inverse(this);
},
);
}
// module.exports = plop.generator("basicProject").run;

0 comments on commit 93c2142

Please sign in to comment.