You can add CryptoJS to window object in your main component.
var CryptoJS = require("crypto-js"); // or import function App() { useEffect(()=> { window.CryptoJS = CryptoJS; }, []); retrun <>...</> }