Skip to content

Commit

Permalink
Merge pull request #2068 from cesarkohl/patch-1
Browse files Browse the repository at this point in the history
Remove duplicated type
  • Loading branch information
kamilmysliwiec committed May 15, 2023
2 parents 2616605 + 15ae052 commit 4aa5268
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 4aa5268

Please sign in to comment.