1.1.3
Patch Changes
- #4512
1030636Thanks @ablaszkiewicz! - Inject chunk ids (a fresh random id per build) into chunks in-memory duringrenderChunkinstead of letting posthog-cli rewrite the emitted files on disk inwriteBundle. The written bundle already contains the chunk-id snippet, so Subresource Integrity plugins (e.g. vite-plugin-sri3, which hashes chunks ingenerateBundle) now compute hashes over the final content and the browser no longer blocks the scripts.writeBundleruns the non-mutatingsourcemap uploadinstead ofsourcemap process, and withdeleteAfterUploadthe plugin deletes the.mapfiles itself rather than passing--delete-after(which also rewrites the.jsfiles).
(2026-08-13)