soapbox/app/application.js

10 wiersze
200 B
JavaScript

import loadPolyfills from './soapbox/load_polyfills';
require.context('./images/', true);
loadPolyfills().then(() => {
require('./soapbox/main').default();
}).catch(e => {
console.error(e);
});