Skip to content

Commit

Permalink
add debug settings (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger authored Oct 9, 2024
1 parent e0ee8a0 commit 4e0726b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/js/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
}, resolve: {
fallback: {"events": require.resolve("events/")}
}, optimization: {
minimize: true
minimize: false
},
};

Expand Down
2 changes: 1 addition & 1 deletion scripts/publish-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ -z "$VERSION" ]; then
fi

echo "Building client..."
./scripts/build-remote-client.sh --release
./scripts/build-remote-client.sh # --release

echo "Publishing client..."
pushd client/js/dist
Expand Down

0 comments on commit 4e0726b

Please sign in to comment.