mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
browser-support: Add string.prototype.startsWith polyfill.
Fixes #8944. Adds string.prototype.startswith package to dependencies and places it at `common` entry point in webpack.assets.json. As common.js is loaded on all code paths first, there is no need to place this package into other entry points.
This commit is contained in:
committed by
Tim Abbott
parent
37a83285c4
commit
b906562f22
@@ -8,4 +8,4 @@ ZULIP_VERSION = "1.7.1+git"
|
||||
# Typically, adding a dependency only requires a minor version bump, and
|
||||
# removing a dependency requires a major version bump.
|
||||
|
||||
PROVISION_VERSION = '17.11'
|
||||
PROVISION_VERSION = '17.12'
|
||||
|
||||
Reference in New Issue
Block a user