mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 23:12:24 -05:00
d8a3e659d5
* Playground: use UMD to load storage as global It appears that `expose-loader` is not compatible with WebPack's UMD exporter, so the VM playground broke when I converted `scratch-storage` to use UMD. This change causes the playground to load `scratch-storage` as an independent script and relies on its UMD loader to expose it as a global. Bonus points: we get better source mapping this way. * Playground: tell eslint about global ScratchStorage |
||
---|---|---|
.. | ||
index.html | ||
playground.css | ||
playground.js |