mirror of
https://github.com/google/blockly.git
synced 2026-03-06 13:20:11 +01:00
Due to errors in PRs #7171 and 7173 (and the author's failure to do enough local testing before submitting those PRs), compressed mode loading was broken in the playgrounds. Fix this by: - Fix a typo in bootstrap.js ("Blocky" -> "Blockly"). - Updating the chunks definitions build_tasks.js to use the new variables we expect to contain generator exports objects.