redux-devtools/packages/devui/.storybook/webpack.config.js

9 lines
193 B
JavaScript
Raw Normal View History

2019-01-03 16:00:55 +03:00
const path = require('path');
2019-01-09 02:08:34 +03:00
module.exports = (baseConfig, env, defaultConfig) => {
// Add custom webpack config here like:
// defaultConfig.module.rules.push
2019-01-03 16:00:55 +03:00
2019-01-09 02:08:34 +03:00
return defaultConfig;
};