more boundless builds

This commit is contained in:
Jori Lallo 2018-01-03 21:41:04 -08:00
parent f9c24574da
commit fe00e1f76d
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// @flow
import React from 'react';
import BoundlessPopover from 'boundless-popover/build';
import BoundlessPopover from 'boundless-popover';
import styled, { keyframes } from 'styled-components';
const fadeIn = keyframes`

View File

@ -63,6 +63,7 @@ module.exports = {
alias: {
shared: path.resolve(__dirname, 'shared'),
'boundless-arrow-key-navigation': 'boundless-arrow-key-navigation/build',
'boundless-popover': 'boundless-popover/build',
'boundless-utils-omit-keys': 'boundless-utils-omit-keys/build',
'boundless-utils-uuid': 'boundless-utils-uuid/build'
}