mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
This transpiles the JavaScript and (future) TypeScript in `static/shared/js` to `static/shared/lib`. It also compiles away ES2020 syntax that’s not supported by the oldest JS engines targeted by zulip-mobile. Signed-off-by: Anders Kaseorg <anders@zulip.com>
6 lines
184 B
Plaintext
6 lines
184 B
Plaintext
# This /node_modules doesn't ordinarily appear when developing on web.
|
|
# But it does appear when developing this package in tandem with
|
|
# mobile, using `yarn link`.
|
|
/node_modules
|
|
/lib
|