Skip to content

feinheit/fh-webpack-config

Repository files navigation

⚙️📦 fh-webpack-config

Install

yarn add fh-webpack-config

Usage

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
})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •