The same load-time change is visible in the spinner word list; behaviour is unchanged.
What's wrong with this entry?
The bundler's lazy per-module wrappers are gone, so module-scope side effects run at load rather than on first use. The spinner verb list, for example, sat inside a closure in the previous build and is a bare top-level array here. Timing changes, behaviour does not.
- Not gated; this is the shape of the build itself.
- Also fixes the order in which module-scope state is created, since it no longer depends on who imports what first.
"Zigzagging"
Strings lifted out of the shipped bundle, so the claim above can be checked against them.