Upgrading from 1.7.0 to 2.22.0 I now see the following error when loading index.html:
Uncaught Error: only one instance of babel-polyfill is allowed
Could you please try to reproduce it with an as minimalistic webpack configuration as possible an post that configuration to this issue?
Apologies, I think this was down to not setting inject: false as my template already included the script tags, so the scripts were being loaded twice.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Apologies, I think this was down to not setting
inject: falseas my template already included the script tags, so the scripts were being loaded twice.