maxGraph/packages/html/.storybook/webpack.config.js

6 lines
157 B
JavaScript

const {merge} = require('webpack-merge');
const custom = require('../webpack.config');
module.exports = ({ config }) => {
return merge(custom, config);
};