Closed peterKaleta closed 8 years ago
this is really good đź‘Ť
Reviewed 13 of 13 files at r1. Review status: all files reviewed at latest revision, 1 unresolved discussion.
client/js/components/fragments/Loader.js, line 19 [r1] (raw file):
<div className="loader-container"> <video className="loader-bg" loop autoPlay> <source src="../../../videos/bg-video.mp4" type="video/mp4"/>
Could that asset be imported and used the same way we import all other assets?
Comments from Reviewable
client/js/components/fragments/Loader.js, line 19 [r1] (raw file):
sadly importing mp4 through file and url loaders blows tests. I had to hack it through html-loader.
Comments from Reviewable
This change is