Skip to content

Commit

Permalink
Remove duplicated type
Browse files Browse the repository at this point in the history
Hey there :) There is this small thing I noticed.
  • Loading branch information
cesarkohl committed May 6, 2023
1 parent e788467 commit 15ae052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/build.action.ts
Expand Up @@ -163,7 +163,7 @@ export class BuildAction extends AbstractAction {
): (
config: webpack.Configuration,
webpackRef: typeof webpack,
) => webpack.Configuration | webpack.Configuration {
) => webpack.Configuration {
const pathToWebpackFile = join(process.cwd(), webpackPath);
try {
return require(pathToWebpackFile);
Expand Down

0 comments on commit 15ae052

Please sign in to comment.