Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Add client/extensions as root for server.
This adds `client/extensions` as a root path for the server build. This allows extension-based imports like is already allowed on the client. Where this makes a difference is especially in the reducers and sections, which are built by webpack loaders. This also specifies the root directory for the index.js entry point, because it was conflicting with `client/extensions/index.js`
- Loading branch information