Skip to content

Instantly share code, notes, and snippets.

View The-Code-Monkey's full-sized avatar
🏠
Working from home

Andy Wilson The-Code-Monkey

🏠
Working from home
  • Built by pixel
  • 00:39 (UTC +01:00)
View GitHub Profile
'use strict';
const path = require('path');
const webpack = require('webpack');
const PnpWebpackPlugin = require('pnp-webpack-plugin');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const CaseSensitivePathsPlugin = require('case-sensitive-paths-webpack-plugin');
const InterpolateHtmlPlugin = require('react-dev-utils/InterpolateHtmlPlugin');
const WatchMissingNodeModulesPlugin = require('react-dev-utils/WatchMissingNodeModulesPlugin');
const ModuleScopePlugin = require('react-dev-utils/ModuleScopePlugin');