about summary refs log tree commit diff
path: root/app/javascript/packs/application.js
blob: 116632dea704a860b7c3881e203f189f5f4612ac (plain) (blame)
1
2
3
4
5
6
7
import loadPolyfills from '../mastodon/load_polyfills';

loadPolyfills().then(() => {
  require('../mastodon/main').default();
}).catch(e => {
  console.error(e);
});