more boundless builds
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
// @flow
|
// @flow
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import BoundlessPopover from 'boundless-popover/build';
|
import BoundlessPopover from 'boundless-popover';
|
||||||
import styled, { keyframes } from 'styled-components';
|
import styled, { keyframes } from 'styled-components';
|
||||||
|
|
||||||
const fadeIn = keyframes`
|
const fadeIn = keyframes`
|
||||||
|
@ -63,6 +63,7 @@ module.exports = {
|
|||||||
alias: {
|
alias: {
|
||||||
shared: path.resolve(__dirname, 'shared'),
|
shared: path.resolve(__dirname, 'shared'),
|
||||||
'boundless-arrow-key-navigation': 'boundless-arrow-key-navigation/build',
|
'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-omit-keys': 'boundless-utils-omit-keys/build',
|
||||||
'boundless-utils-uuid': 'boundless-utils-uuid/build'
|
'boundless-utils-uuid': 'boundless-utils-uuid/build'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user