Our base webpack configuration at Kozea for React SSR application
yarn add webpackozeanpm i webpackozeaIn your webpack config file
import { getBaseConfigClient, getBaseConfigServer } from 'webpackozea'Use yalc if you want to test your changes locally using a store
Clone the webpackozea repo
git clone git@github.com:Kozea/webpackozea.gitIn your local copy of webpackozea
# cd webpack-copy-local
yalc publishThen in your project
# cd your-project
yalc link webpackozeaMake your changes in your local webpackozea, then push the changes to the store
# cd webpack-copy-local
yalc pushTo remove the local webpackozea from your project
# cd your-project
yalc remove webpackozeaTo remove all local package from your project
# cd your-project
yalc remove --allIn your project, each time you npm install, yarn install or update packages, you have to re-link again
# cd your-project
yalc link webpackozea