mirror of
https://github.com/google/blockly.git
synced 2026-06-15 23:55:14 +02:00
52bc27a3f3
The existing code results in each chunk overwriting the same well-known property ($.__chunkExports__). Since these properties are only expected to be read once, in the same chunk's wrapper's factory function, this isn't strictly wrong - but it made understanding the minified bundles produced by PR #9912 a bit confusing.