Fix #4981: ruffle broken :(

* Switch to the official Ruffle NPM package.
* Fix `core.ruffle.$hash.js` not being imported.
This commit is contained in:
evazion
2022-01-31 14:39:30 -06:00
parent 2bb5ad78fb
commit bb65a95a86
3 changed files with 13 additions and 13 deletions

View File

@@ -1,2 +1,3 @@
import "../../../node_modules/ruffle-mirror/ruffle.js";
import "../../../node_modules/ruffle-mirror/1bcd7970dbfb84b93ce4.wasm";
import "../../../node_modules/@ruffle-rs/ruffle/ruffle.js";
import "../../../node_modules/@ruffle-rs/ruffle/core.ruffle.25973f3ed2b17396c464.js";
import "../../../node_modules/@ruffle-rs/ruffle/b2fc0abe3dbbf4e736aa.wasm";