fix(website): incorrect import (#863)

This was a fun one. 1) It worked fine in dev but failed in release and
2) the fix is importing the original file instead of a minified one. I
love JS.
Fixes #699, this time hopefully for good
This commit is contained in:
Maneren 2023-09-07 04:29:04 +02:00 committed by GitHub
parent 9679ca754c
commit 58f4e234da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ import { autocompletion } from "@codemirror/autocomplete";
import { indentWithTab, deleteLine } from "@codemirror/commands";
import throttle from "lodash.throttle";
import { buildSchema } from "graphql";
import { LZMA } from 'lzma/src/lzma_worker-min.js';
import { LZMA } from 'lzma/src/lzma_worker.js';
import initWasm, {
Oxc,