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.
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.