We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ee8a0 commit 4e0726bCopy full SHA for 4e0726b
client/js/webpack.config.js
@@ -6,7 +6,7 @@ module.exports = {
6
}, resolve: {
7
fallback: {"events": require.resolve("events/")}
8
}, optimization: {
9
- minimize: true
+ minimize: false
10
},
11
};
12
scripts/publish-client.sh
@@ -9,7 +9,7 @@ if [ -z "$VERSION" ]; then
fi
echo "Building client..."
-./scripts/build-remote-client.sh --release
+./scripts/build-remote-client.sh # --release
13
14
echo "Publishing client..."
15
pushd client/js/dist
0 commit comments