Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
webpack: Whitelist atlaskit and react-spinkit stuff from nodeExternals
When building as a library, all of the externals get require'd immediately before we have a chance to monkey-patch them, which breaks on node, because those requirements use things that are only defined in the browser. Instead, just bundle them, which means that this behaviour does not occurr.
- Loading branch information