You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to tell the plugin the order of script injections in index.html?
react-redux has peer/optional dependency - react-dom but it is not declared in package.json. Sometime (randomly) the react-redux is being injected before the react-dom by dynamic-cdn-webpack-plugin and cause exceptions.
I have asked to add react-dom in optional dependency and even sent PR but it was refused.
The text was updated successfully, but these errors were encountered:
Is there a way to tell the plugin the order of script injections in index.html?
react-redux has peer/optional dependency - react-dom but it is not declared in package.json. Sometime (randomly) the react-redux is being injected before the react-dom by dynamic-cdn-webpack-plugin and cause exceptions.
I have asked to add react-dom in optional dependency and even sent PR but it was refused.
The text was updated successfully, but these errors were encountered: