wasm file path updated

This commit is contained in:
nklhrstv 2020-06-03 12:13:59 +03:00
parent ed378de511
commit 039fa9ff24

View file

@ -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' }
]),