Cheat sheet for webpack's config rules
Webpack's config rules may seem complicated, but it really isn't! This is a simple "cheatsheet" that you can use for webpack's config.
Here is where you place the rules:
module.exports = {
entry: "./src/index.js",
output: {
path: path.resol...
blog.aboutdavid.me2 min read