© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Sebastian
should work like you expected. What do you use for bundleing? can you post your config? (Babel etc)
Sonu Sasankan
Creative coder
I have used CRA to initialize the app. I don't have any config file inside that. Should I npm eject?
Diego Bernal
Front-End Engineer
Running my app using CRA also freaks out with .map on ie11
.map
You could copy your project and eject just out of curiosity. I have a very limited experience with CRA, I use a custom build but based on the same technologies and I have no issues at all with IE11.
Could you share your babel configuration?