https://discord.umbraco.com logo
That's correct, that would solve the discrepancy b...
# package-development
j
That's correct, that would solve the discrepancy between Vite outputting its assets with a embedded in the filename versus umbraco-package.json having to require a fixed
index.js
path. This PR would auto-append a
?umb__rnd
hash on the bare filenames provided the package gives us a
version
to calculate it from. Also asked this a couple of days ago if anyone's got any input on it: https://discord.com/channels/869656431308189746/882984798719729704/1516079884202545184
2 Views