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:
Shubham Padia
2018-04-09 05:38:08 +05:30
committed by Tim Abbott
parent 37a83285c4
commit b906562f22
4 changed files with 7 additions and 1 deletions

View File

@@ -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'