status-components/.storybook/webpack.config.js
Eswara Sai fdbec95629 Initial commit for ColorPalette story
- Added eslint + prettier + husky + lint-staged
- Added Typography story
- Added Icons story
- Added styleguide subfolder for theming components
- Updated Button component to utilise theme
2019-03-26 10:17:34 +01:00

7 lines
126 B
JavaScript

module.exports = ({ config }) => {
config.resolve.alias = {
'react-native': 'react-native-web'
};
return config;
};