Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fixed] Updates webpack distribution config to reference the correct …
…externals (#210) Currently, if not using any kind of module loader, webpack falls back to looking for dependencies on the root (e.g. `window` in the browser). React and ReactDOM both have different names when looking up on the root, and these different names can be specified by making the `externals` prop an object where the values represent an object of loader type => name. See [react-redux's webpack config](https://github.com/reactjs/react-redux/blob/master/webpack.config.js) for an example.
- Loading branch information