]> cat aescling's git repositories - mastodon.git/commit
Require any modules after loading polyfill in entry points (#4231)
authorAkihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>
Mon, 17 Jul 2017 22:19:02 +0000 (07:19 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 17 Jul 2017 22:19:02 +0000 (00:19 +0200)
commitb11ac88692ad7a8765b0b15e6d7a882d171ffe81
treee59594a654b0142a459fa62fb589682b62ef7f07
parent681c33d1f4c395742918eb66f2db979b0d628118
Require any modules after loading polyfill in entry points (#4231)

app/javascript/mastodon/main.js delayed the execution of modules,
but other entry points didn't. That leads to failure in executing
modules, which requires those polyfills.

Strictly enforce the rule to require any modules after loading
polyfill in entry points.
app/javascript/mastodon/main.js
app/javascript/packs/about.js
app/javascript/packs/application.js
app/javascript/packs/public.js