From 039fa9ff24fab69c50c607960e2df4589d68487a Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Wed, 3 Jun 2020 12:13:59 +0300 Subject: [PATCH] wasm file path updated --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 71fbae7e8..a74410bc1 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -141,7 +141,7 @@ module.exports = (env, argv) => ({ }), new webpack.ProgressPlugin(), new CopyWebpackPlugin([ - { from: 'node_modules/@stremio/stremio-core-web/static', to: '' }, + { from: 'node_modules/@stremio/stremio-core-web/stremio_core_web_bg.wasm', to: '' }, { from: 'images', to: 'images' }, { from: 'fonts', to: 'fonts' } ]),