You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Only import modules on the pages they are actually needed. Previously we had a global.js that had way more than was needed on most pages.
- Choose some nicer names for the common Rollup chunks. Now we'll have a "lit.js" chunk that's just lit. I expect people will look for this in devtools, and it's nice to have it be there and be the minimal size.
- Re-organize TypeScript files.
- Unified/much simpler rollup config.
- Don't use module + async, it's more aggressive.
- Change rollup output to rollupout/ instead of writing directly into _site -- this interferes with the dev cycle less.
Also:
- Fix API docs import styling
- Switch to new Google SPDX license headers
0 commit comments