Commit graph

2 commits

Author SHA1 Message Date
winters27
34c68cd0ad fix(build): emit a single bundle and strip vendor script injection
Obsidian review flagged 3 dynamic script element creations. All were
bundled vendor dead code: webpack's JSONP chunk loader and localforage's
legacy-IE microtask polyfill. Merge everything into main.js
(LimitChunkCountPlugin plus splitChunks/runtimeChunk off) to drop the
JSONP runtime, and add a localforage-scoped loader that rewrites the
unreachable createElement script branch. Remove the stale 927.main.js
chunk artifact.
2026-06-16 11:18:37 -07:00
winters27
2dc8593ce6 chore: organize loose svgs and legacy scripts into assets and scripts folders 2026-04-17 18:35:42 -07:00