solid-primitives
solid-primitives copied to clipboard
Documentation Website leverages Error information
Describe the bug
Hi guys, not sure if you are aware, but a type on a link shows a stacktrace where you dynamically import stuff from you _generated directory. I am not a pentester and maybe this is quite alright, but I think this leverages more information than it should. I could imagine one trying out some different file patterns just to check whats in your directories.
Minimal Reproduction Link
https://primitives.solidjs.community/package/resource)
I don't think there is anything wrong with that stacktrace?
I mean it's a shame that the import paths to _generated/... gets preserved, but I think it's fine.
But the fact that the import throws when the path is not found probably should get fixed.