Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Write async script tags in initial page render (#21)
`<script async>` tags can be downloaded in parallel, speeding up page initialization. I tested that Webpack and Derby load fine regardless of what order scripts finish downloading in. It works even when the Webpack runtime script finishes its download last.
- Loading branch information