]> cat aescling's git repositories - mastodon.git/commit
Disallow async function in service worker (#7482)
authorAkihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>
Mon, 14 May 2018 17:58:11 +0000 (02:58 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 14 May 2018 17:58:11 +0000 (19:58 +0200)
commit03b69ebc450efc07246bd64204276941b7ede3fc
tree0f8fb7610a659d9245a4126d97fd18e97d09c01a
parented4bae182bd82ed424211bfb219ffa347058e8b2
Disallow async function in service worker (#7482)

offline-plugin depends on webpack.optimize.UglifyJsPlugin, which is an
alias of uglifyjs-webpack-plugin v0.4.6. uglifyjs-webpack-plugin v0.4.6
uses uglify-js 2.8.29, which is not compatible with async function.
app/javascript/mastodon/service_worker/entry.js