Notifications
Announcements
I noticed that if you use es6 features like promises in pcf react, IE 11 will error.
https://kangax.github.io/compat-table/es6/#ie11
How do you add "polyfills" like coreJS3 into a pcf react component? It would be ideal if we can use the babel-preset-env & babel-plugin-transform-runtime to do this.
Thanks!
@rexkenley - Polyfills for ES6 features that can't be transpiled down to ES5 should already be part of the hosting app platform, either model-driven or canvas PowerApps. For ES6 features that can be transpiled down to ES5, that should already be part of the out-of-the-box tooling build experience, as the base tsconfig file specifies a target of ES5 while allowing use of the ES6 syntax at development time.
Are you running into issues, or just trying to be proactive in understanding before getting started?
@GregHurlmanMSFT
Thanks for the reply. I created a simple pcf-react project that works fine in chrome, but errors in IE11. I could be wrong with my assumption that it is a missing es6 polyfill issue.
Both browsers are running v9 Unified.
Chrome on left, ie11 on right
You can find the source code at
https://github.com/rexkenley/CrmUG2019
Thanks for taking a look at this.
Is there a way to set the wepback mode to development and devtool inline-source-map so I can debug it in IE11?
Hi @rexkenley
The UCI already has the bluebird promise polyfill so it's unlikely to be that.
It's more likely to be something like Object.assign.
Just to be sure - can you try adding the babel polyfill
https://babeljs.io/docs/en/babel-polyfill/
You can require/import it at the top of the index.js/ts PCF entry point.
Also - check that there are no imports that you are using that have non-transpiled ES6 features.
@ScottDurow
Thanks for pointing me in the right direction Scott. I went ahead and change the webpack config to use my standard preset-env configuration.
Result
I think by adding corejs3 and @babel/plugin-transform-runtime, PCF react would have better support for ie11. The other benefit of this is that you don't have to add "polyfill" in your code, babel will handle that for you (although I am not sure if you have to specify the browser target to make the entire thing work).
Cool beans.
Do bare in mind that if you use your own webpack config then you are essentially outside of support regarding the PCF CLI - any changes that Microsoft team make you optimising the config you won't benefit from.
@rexkenley btw - I very much approve of your Ramen themed cases 🍜😋
@rexkenley @ScottDurow If you would like official support for modifying the webpack config, please make sure to upvote this PowerApps Idea, leave your comments why you want it, and see if you can get others to do the same.
I don't know if 'extending' the webpack scripts is ever going to be a feasible solution?
Perhaps an eject similar to create-react-app? Thoughts @GregHurlmanMSFT
@ScottDurow It seems like there should be some way to hook in while putting that customization in the project file structure (and therefore source control), avoiding having to modify the files sitting in $/node_modules/*. I will make sure the CLI team gets the community feedback around this, but if it can be put into that Idea post, it would make that easier.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 717 Most Valuable Professional
Michael E. Gernaey 329 Super User 2025 Season 2
Power Platform 1919 268