Skip to content

Commit

Permalink
Fix webpack configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Bipul Adhikari <[email protected]>
  • Loading branch information
bipuladh committed Sep 20, 2024
1 parent 0d3d32e commit 9014233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const MonacoWebpackPlugin = require("monaco-editor-webpack-plugin");

const mode = process.env.MODE || "development";
const publicPath = process.env.PUBLIC_PATH || "/";
const isBeta = publicPath === "/";
const isBeta = publicPath !== "/";
const deploymentMode = process.env.DEPLOYMENT_MODE || "";
const GH_TOKEN = process.env.GH_TOKEN || "";

Expand Down

0 comments on commit 9014233

Please sign in to comment.