Skip to content

Commit

Permalink
Use web.browser.legacy bundle for Livechat script (#12975)
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan authored and rodrigok committed Dec 19, 2018
1 parent a2abfba commit f98945e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rocketchat-livechat/plugin/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export NODE_ENV="production"
export LIVECHAT_DIR="../../../public/livechat"
export BUILD_DIR="../build"
export BUNDLE_DIR="../build/bundle/programs/web.browser"
export BUNDLE_DIR="../build/bundle/programs/web.browser.legacy"

cd packages/rocketchat-livechat/.app
meteor npm install --production
Expand Down

0 comments on commit f98945e

Please sign in to comment.