Skip to content

Commit

Permalink
Remove duplicate relativeTarget entry from sku context
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed Apr 16, 2023
1 parent 921d5ce commit 0c7350f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/sku/context/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ const paths = {
: null,
serverEntry: getPathFromCwd(skuConfig.serverEntry),
public: getPathFromCwd(skuConfig.public),
relativeTarget: skuConfig.target,
target: getPathFromCwd(skuConfig.target),
relativeTarget: skuConfig.target,
publicPath: isStartScript ? '/' : publicPath,
Expand Down

0 comments on commit 0c7350f

Please sign in to comment.