mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
This commit improves the output that blueslip produces while showing error stack traces on the front-end. This is done by using a library called error-stack-parser to format the stack traces. This commit also edits the webpack config to use a different devtool setting since the previous one did not support sourcemaps within stack traces. It also removes a plugin that was obviated by this change.
12 lines
418 B
Python
12 lines
418 B
Python
ZULIP_VERSION = "1.8.1+git"
|
|
|
|
# Bump the minor PROVISION_VERSION to indicate that folks should provision
|
|
# only when going from an old version of the code to a newer version. Bump
|
|
# the major version to indicate that folks should provision in both
|
|
# directions.
|
|
|
|
# Typically, adding a dependency only requires a minor version bump, and
|
|
# removing a dependency requires a major version bump.
|
|
|
|
PROVISION_VERSION = '20.1'
|