New
- Import Maps Support: Use import maps with CDN URLs like unpkg, esm.sh, or skypack. Import Three.js, React, or any library directly from CDN without npm install.
Improvements
- Smaller Published Sites: Simple HTML pages without npm dependencies no longer include unnecessary runtime code, reducing bundle size by ~238KB.
- Better Error Messages: Module resolution errors now show the actual esbuild error with helpful suggestions instead of generic "not installed" messages.
Fixes
- Production Build Errors: Fixed "Identifier already declared" errors in published sites caused by minification conflicts between bundles.
- Dependencies Now Minified: Published sites now properly minify npm dependencies for smaller file sizes.