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.