Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove module field in production webpack config
This crops up in the form of uglify errors during a production build, e.g. facebook#2236, facebook#2433, facebook#2475. The suggestion there is to transpile deps down to ES5 and/or remove `module`. However, `module` is there specifically to indicate ES module support, which uglify doesn't support, so ask webpack not to resolve it.
- Loading branch information