mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-14 07:01:35 +00:00
wasm file path updated
This commit is contained in:
parent
ed378de511
commit
039fa9ff24
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ module.exports = (env, argv) => ({
|
||||||
}),
|
}),
|
||||||
new webpack.ProgressPlugin(),
|
new webpack.ProgressPlugin(),
|
||||||
new CopyWebpackPlugin([
|
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: 'images', to: 'images' },
|
||||||
{ from: 'fonts', to: 'fonts' }
|
{ from: 'fonts', to: 'fonts' }
|
||||||
]),
|
]),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue