Skip to content

Commit

Permalink
fix: web package added
Browse files Browse the repository at this point in the history
  • Loading branch information
PritishBudhiraja committed Oct 10, 2024
1 parent eaa9a22 commit 0abbc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const repoVersion = require("./package.json").version;
const majorVersion = "v" + repoVersion.split(".")[0];
const repoName = require("./package.json").name;
const repoPublicPath =
sdkEnv === "local" ? "" : `/${repoVersion}/${majorVersion}`;
sdkEnv === "local" ? "" : `/web/${repoVersion}/${majorVersion}`;

const getSdkUrl = (env, customUrl) => {
if (customUrl) return customUrl;
Expand Down

0 comments on commit 0abbc1c

Please sign in to comment.