scratch-vm/src/playground
Chris Willis-Ford d8a3e659d5 Playground: use UMD to load storage as global (#722)
* 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
2017-10-17 17:40:11 -04:00
..
index.html Playground: use UMD to load storage as global (#722) 2017-10-17 17:40:11 -04:00
playground.css Use Webpack to generate the whole playground 2017-02-10 14:21:37 -08:00
playground.js Playground: use UMD to load storage as global (#722) 2017-10-17 17:40:11 -04:00