Skip to content

Commit

Permalink
Revert "try to integrate lz4-wasm"
Browse files Browse the repository at this point in the history
This reverts commit e1d5065.
  • Loading branch information
philippotto committed Feb 17, 2022
1 parent e1d5065 commit 6c6a23b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -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",
Expand Down
3 changes: 0 additions & 3 deletions webpack.config.js
Expand Up @@ -62,9 +62,6 @@ module.exports = function(env = {}) {
};

return {
experiments: {
syncWebAssembly: true,
},
entry: {
main: "main.js",
light: "style_light.js",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Expand Up @@ -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"
Expand Down

0 comments on commit 6c6a23b

Please sign in to comment.