Logo
Explore Support Help
Register Sign In
tykayn/mastodon
1
0
Fork 0
You've already forked mastodon
mirror of https://framagit.org/tykayn/mastodon.git synced 2023-08-25 08:33:12 +02:00
Code Issues Projects Releases Wiki Activity
mastodon/app/javascript/packs/application.js

11 lines
221 B
JavaScript
Raw Normal View History

Extract polyfill loading into single module (#3421)
2017-05-30 06:11:15 -07:00
import loadPolyfills from '../mastodon/load_polyfills';
Upgrade webpack to version v4.x (#6655)
2018-07-14 10:56:41 +09:00
import { start } from '../mastodon/common';
start();
Add dynamic polyfills for older browsers (#2985) Fixes #2941
2017-05-11 02:26:06 -07:00
Require any modules after loading polyfill in entry points (#4231) app/javascript/mastodon/main.js delayed the execution of modules, but other entry points didn't. That leads to failure in executing modules, which requires those polyfills. Strictly enforce the rule to require any modules after loading polyfill in entry points.
2017-07-18 07:19:02 +09:00
loadPolyfills().then(() => {
require('../mastodon/main').default();
}).catch(e => {
Remove comments for eslint-disable (#3691)
2017-06-11 17:42:42 +09:00
console.error(e);
Extract polyfill loading into single module (#3421)
2017-05-30 06:11:15 -07:00
});
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 50ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API Help
Logo Chapril
Accueil Chapril
Services libres
Nous suivre
CGU
Mentions légales
Nous contacter
Accueil Chapril
Services libres
Nous suivre
CGU
Mentions légales
Nous contacter