matrix.to/scripts
Bruno Windels a4642540b4 remove es6 module build, as we use some unsupported syntax in there
chrome 61 supports modules, but support for the coalesce operator
was only added in chrome 80. We don't transpile any syntax in the
es6 build, so things break in chrome 61 - 79. Let's just have everyone
use the legacy build which is only ~150kb instead of ~30kb and
not run the risk of running into more issues like this.

Alternatively, we can transpile some of the more recent syntax
features we use like coalescing operator, but don't feel like
making an exhaustive list of these atm.
2021-02-03 18:53:33 +01:00
..
build.js remove es6 module build, as we use some unsupported syntax in there 2021-02-03 18:53:33 +01:00
package.sh package script 2020-12-08 15:43:59 +01:00
serve-local.js create apple-app-site-association during build 2020-12-03 12:35:21 +01:00