修复打包后静态页面加载异常
This commit is contained in:
@@ -64,8 +64,8 @@ const devWebpackConfig = merge(baseWebpackConfig, {
|
||||
to: config.dev.assetsSubDirectory,
|
||||
ignore: ['.*']
|
||||
},
|
||||
{ from: 'node_modules/@easydarwin/easywasmplayer/libDecoder.wasm'},
|
||||
{ from: 'node_modules/@easydarwin/easywasmplayer/EasyWasmPlayer.js', to: 'js/'}
|
||||
{ from: 'node_modules/@easydarwin/easywasmplayer/libDecoder.wasm', to: 'static/'},
|
||||
{ from: 'node_modules/@easydarwin/easywasmplayer/EasyWasmPlayer.js', to: 'static/js/'}
|
||||
])
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user