-
Notifications
You must be signed in to change notification settings - Fork 880
Open
Description
I am strongly biased as I submitted my lui demo.
Size- and performance-wise, it is not really first. 😉
But I noticed that size is only not that good because I did NOT bundle my app.
I think there are use cases for non-bundled apps (no transpilation, no build steps, easier debugging, can be embedded in html snippets...), so it would be nice to flag an app as unbundled/raw so users can see that at the size/first paint area.
It would be ideal to have a filter option "hide transpiled/bundled".
Could be implemented easily, just check if "build-prod": "echo 0" is in package.json.
Ideas?
Metadata
Metadata
Assignees
Labels
No labels