Moved to webpack 3

This commit is contained in:
Jori Lallo
2018-01-03 16:29:01 -08:00
parent 26bd61df1b
commit 686c237e36
10 changed files with 603 additions and 465 deletions

View File

@@ -5,7 +5,7 @@ import { observable, computed } from 'mobx';
import { observer, inject } from 'mobx-react';
import { withRouter } from 'react-router-dom';
import { Search } from 'js-search';
import ArrowKeyNavigation from 'boundless-arrow-key-navigation';
import ArrowKeyNavigation from 'boundless-arrow-key-navigation/build';
import _ from 'lodash';
import styled from 'styled-components';
import { size } from 'shared/styles/constants';

View File

@@ -13,7 +13,7 @@ import DocumentsStore, {
import { withRouter } from 'react-router-dom';
import { searchUrl } from 'utils/routeHelpers';
import styled from 'styled-components';
import ArrowKeyNavigation from 'boundless-arrow-key-navigation';
import ArrowKeyNavigation from 'boundless-arrow-key-navigation/build';
import Empty from 'components/Empty';
import Flex from 'shared/components/Flex';