mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-18 14:53:14 +00:00
fixup headings
This commit is contained in:
parent
4c907272a9
commit
96e4d99d8b
@ -6,8 +6,6 @@
|
||||
[](#sponsors)
|
||||
[](https://www.jsdelivr.com/package/npm/systemjs)
|
||||
|
||||
## Overview
|
||||
|
||||
SystemJS is a hookable, standards-based module loader. It provides a workflow where code written for production workflows of native ES modules in browsers ([like Rollup code-splitting builds](https://rollupjs.org/guide/en#code-splitting)), can be transpiled to the [System.register module format](docs/system-register.md) to work in older browsers that don't support native modules, running [almost-native module speeds](#performance) while supporting top-level await, dynamic import, circular references and live bindings, import.meta.url, module types, import maps, integrity and Content Security Policy with compatibility in older browsers back to IE11.
|
||||
|
||||
## Sponsors
|
||||
@ -23,7 +21,7 @@ SystemJS is a hookable, standards-based module loader. It provides a workflow wh
|
||||
<a href="https://opencollective.com/systemjs/sponsor/8/website" target="_blank"><img src="https://opencollective.com/systemjs/sponsor/8/avatar.svg"></a>
|
||||
<a href="https://opencollective.com/systemjs/sponsor/9/website" target="_blank"><img src="https://opencollective.com/systemjs/sponsor/9/avatar.svg"></a>
|
||||
|
||||
> **Support this project by [becoming a sponsor](https://opencollective.com/systemjs#sponsor).** Your logo will show up here with a link to your website.
|
||||
> **Support SystemJS by [becoming a sponsor](https://opencollective.com/systemjs#sponsor).** Your logo will show up here with a link to your website.
|
||||
|
||||
## Backers
|
||||
|
||||
@ -31,6 +29,8 @@ Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com
|
||||
|
||||
<a href="https://opencollective.com/systemjs#backers" target="_blank"><img src="https://opencollective.com/systemjs/backers.svg?width=890"></a>
|
||||
|
||||
### Overview
|
||||
|
||||
#### 1. s.js minimal production loader
|
||||
|
||||
The minimal [2.8KB s.js production loader](dist/s.min.js) includes the following features:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user