Logo
Explore Help
Sign In
stevenoh0908/mastodon-sakyey
1
0
Fork 0
You've already forked mastodon-sakyey
Code Issues Packages Projects Releases Wiki Activity
Files
835eec8a4cbf8fa340241fc0bd83e07e8c19ef5d
mastodon-sakyey/app/javascript/packs/application.js

8 lines
167 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';
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.25.4 Page: 36ms Template: 1ms
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