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 reason why all dependencies are loaded via script tags? I think it would be nicer if they would be registered as dependencies in the package.json. IMHO that would be the more common way todo it (at least if webpack is used anyway). Then the 'externals'-section in the webpack config also wouldn't be needed anymore. Also react and react-dom are listed as dependencies in the package.json but they are never used.