Prod-build not working in Edge, but --es5 does

Hello!

I have a problem with my Stencil-app in Edge and IE-browsers. It works when I run “npm run dev --es5”, but some things like async-functions end to work when I run “npm run dev --prod”. Is there anyway I can configure this?

Thanks!