Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
encoding: false
when copying files using gulp.
Assets we copy from third party libs include binary files like images, wasm builds etc. Gulp5 by default re-encodes copied files as utf-8 which breaks copying of binary files. By, setting `encoding: false` gulp treats all copied files as binary, reverting to the previous behaviour.
- Loading branch information