Is your proposal related to a problem?
When following instructions on this page: https://github.com/facebook/create-react-app/blob/master/packages/react-app-polyfill/README.md, in my case to make ie11 work in development, I also had to add "ie 11" to my package.json > browserlist> development. This should be documented.
Describe the solution you'd like
In package.json > browserslist > development, add "ie 11" or the appropriate IE version that corresponds to the polyfill in use. You might also, need to delete your node_modules folder and re-install the modules.
Describe alternatives you've considered
None.
Additional context
N/A
Is your proposal related to a problem?
When following instructions on this page: https://github.com/facebook/create-react-app/blob/master/packages/react-app-polyfill/README.md, in my case to make ie11 work in development, I also had to add "ie 11" to my package.json > browserlist> development. This should be documented.
Describe the solution you'd like
In package.json > browserslist > development, add "ie 11" or the appropriate IE version that corresponds to the polyfill in use. You might also, need to delete your node_modules folder and re-install the modules.
Describe alternatives you've considered
None.
Additional context
N/A