yarn add fh-webpack-config
This is an example code for your webpack.config.js
file to extend the fh-webpack-config.
const merge = require('webpack-merge')
const webpackBaseConfig = require('fh-webpack-config')
module.exports = merge.smart(webpackBaseConfig.commonConfig, webpackBaseConfig.reactConfig, {
// custom webpack config
})