ffmpegwasm / ffmpeg.wasm

FFmpeg for browser, powered by WebAssembly
https://ffmpegwasm.netlify.app
MIT License
13.63k stars 787 forks source link

Fix webpack automatic publicPath error on tests #546

Closed HesamSoleymani closed 11 months ago

HesamSoleymani commented 11 months ago

PR for https://github.com/ffmpegwasm/ffmpeg.wasm/issues/545 I've test it locally (building and replacing the dist folder in node_modules of my project)

netlify[bot] commented 11 months ago

Deploy Preview for ffmpegwasm ready!

Name Link
Latest commit 00ebb8ff0dcd94558d49f303be16166970a97759
Latest deploy log https://app.netlify.com/sites/ffmpegwasm/deploys/64d7b0f8be85c800085d1104
Deploy Preview https://deploy-preview-546--ffmpegwasm.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

jeromewu commented 11 months ago

Merged, thanks for the contribution!

jeromewu commented 11 months ago

This PR is reverted as it causes tests to failed, need further investigation.

You can reproduce the issue by running following commands:

make dev dev-mt
npm test

CI: https://github.com/ffmpegwasm/ffmpeg.wasm/actions/runs/5847386851/job/15853657562