status-components/.storybook/webpack.config.js

7 lines
126 B
JavaScript

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