From 6c6a23b4668ba5cfa5c34f05581fc8a5c871ed31 Mon Sep 17 00:00:00 2001 From: Philipp Otto Date: Thu, 17 Feb 2022 12:16:48 +0100 Subject: [PATCH] Revert "try to integrate lz4-wasm" This reverts commit e1d5065ee144fc8cf107a0b4dc59667723163eca. --- package.json | 1 - webpack.config.js | 3 --- yarn.lock | 5 ----- 3 files changed, 9 deletions(-) diff --git a/package.json b/package.json index 52702599e49..b9a27458995 100644 --- a/package.json +++ b/package.json @@ -159,7 +159,6 @@ "jsonschema": "^1.2.4", "jszip": "^3.7.0", "lodash": "^4.17.21", - "lz4-wasm": "^0.7.5", "lz4js": "^0.2.0", "memoize-one": "^4.0.2", "mini-css-extract-plugin": "^2.5.2", diff --git a/webpack.config.js b/webpack.config.js index 686d7c83f02..fb4b0b97a58 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -62,9 +62,6 @@ module.exports = function(env = {}) { }; return { - experiments: { - syncWebAssembly: true, - }, entry: { main: "main.js", light: "style_light.js", diff --git a/yarn.lock b/yarn.lock index fca440dfd4a..1dcb2b17709 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8371,11 +8371,6 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" -lz4-wasm@^0.7.5: - version "0.7.5" - resolved "https://registry.yarnpkg.com/lz4-wasm/-/lz4-wasm-0.7.5.tgz#1f852bb82d193eb25428048077a5b68173f97018" - integrity sha512-OoZg/zRi5D/ccDAVrsvSmRrbRQeaDJLXJSAIGS90iCEFQJJpeQjXRj39pNDQHIxgqwT3StkthDdqlOKJxXGZZg== - lz4js@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/lz4js/-/lz4js-0.2.0.tgz#09f1a397cb2158f675146c3351dde85058cb322f"