redux-devtools/packages/devui/.storybook/webpack.config.js
2019-01-09 01:08:34 +02:00

9 lines
193 B
JavaScript
Executable File

const path = require('path');
module.exports = (baseConfig, env, defaultConfig) => {
// Add custom webpack config here like:
// defaultConfig.module.rules.push
return defaultConfig;
};