This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2020-10-12 16:19:35 -07:00
|
|
|
import 'packs/public-path';
|
2017-12-03 23:26:40 -08:00
|
|
|
import loadPolyfills from 'flavours/glitch/util/load_polyfills';
|
|
|
|
|
|
|
|
loadPolyfills().then(() => {
|
|
|
|
require('flavours/glitch/util/main').default();
|
|
|
|
}).catch(e => {
|
|
|
|
console.error(e);
|
|
|
|
});
|