mashirozx/mastodon

View on GitHub
app/javascript/packs/application.js

Summary

Maintainability
A
0 mins
Test Coverage
import './public-path';
import loadPolyfills from '../mastodon/load_polyfills';
import { start } from '../mastodon/common';

start();

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