azerothian·il y a 8 ans·discusssounds like you have your project configured wrong, transpiling should impact compilation not the loading aspect of your application
azerothian·il y a 8 ans·discussor async get() { const response = await fetch(`${baseAPI}/heroes`); return response.json(); }