Flag unbundled/raw implementations

Author: L3P3Created Jun 18, 2024Updated Jun 23, 2024

I am strongly biased as I submitted my lui demo. Size- and performance-wise, it is not really first. :wink: 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?

Source: krausest/js-framework-benchmark