1
0
mirror of https://github.com/funamitech/mastodon synced 2024-12-03 01:09:08 +09:00
YuruToot/app/javascript/packs/application.js
2017-11-20 22:13:37 -08:00

8 lines
167 B
JavaScript

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