You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/javascript/packs
Akihiko Odaki b11ac88692 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.
9 years ago
..
about.js Require any modules after loading polyfill in entry points (#4231) 9 years ago
application.js Require any modules after loading polyfill in entry points (#4231) 9 years ago
common.js Require images in common.js (#4232) 9 years ago
public.js Require any modules after loading polyfill in entry points (#4231) 9 years ago