Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Oct 7, 2020
1 parent a3e1454 commit 947bcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/webpack-compile/src/utilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const getBundleName = () => {
distFolder = path.resolve(process.cwd(), distFolder);
}
const bundleName = args.bundle || defBundleName;

return path.join(distFolder, bundleName);
};
/**
Expand Down

0 comments on commit 947bcf2

Please sign in to comment.