Rework polyfills loading (#24907)
This commit is contained in:
parent
536dd046d4
commit
a3a2414f0e
9 changed files with 25 additions and 99 deletions
|
@ -1,9 +1,9 @@
|
|||
import './public-path';
|
||||
import loadPolyfills from '../mastodon/load_polyfills';
|
||||
import escapeTextContentForBrowser from 'escape-html';
|
||||
import { loadPolyfills } from '../mastodon/polyfills';
|
||||
import ready from '../mastodon/ready';
|
||||
import { start } from '../mastodon/common';
|
||||
|
||||
import escapeTextContentForBrowser from 'escape-html';
|
||||
import ready from '../mastodon/ready';
|
||||
import loadKeyboardExtensions from '../mastodon/load_keyboard_extensions';
|
||||
import 'cocoon-js-vanilla';
|
||||
import axios from 'axios';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue