- source maps brfs
- source maps css-extract
bankai://
protocol for source map serving
- optimize assets
- link to a local file in source files
- replaced with the right url during production
- transform
- replace preload tags with HTTP/2 push
- respect
cache-digest
cache-control
headers?
- look at Parcel internals
- performance markers / analysis
- initial boot
- improve HTML performance
- caching?
- react router rendering
- figure out jsx
- dynamic import, detect
.ts
entrypoint
- preload tags for split JS bundles
- split UI from
index.js
- launch electron if available
- run babel first on local files
- template tags patch in sheetify first
- enables JSX!
- enables
babel-split-require
!
- CLI tests
- security HTTP headers?
Node is still experimental, and the result might change. Do nothing for the moment.
- performance analysis
- http2/push
- docs