From 5c27bcb0c379a11eda73f8eed1546b8565182e14 Mon Sep 17 00:00:00 2001 From: Dominik Zogg Date: Thu, 30 Apr 2020 06:58:30 +0200 Subject: [PATCH] vendor update --- config-overrides.js | 18 +------ package-lock.json | 117 ++++++++++++++++++++++++++++++++++++-------- package.json | 13 +++-- src/index.css | 7 --- tailwind.config.js | 5 ++ 5 files changed, 108 insertions(+), 52 deletions(-) diff --git a/config-overrides.js b/config-overrides.js index cbd0fb8..1870540 100644 --- a/config-overrides.js +++ b/config-overrides.js @@ -1,18 +1,5 @@ module.exports = { webpack: function (config, env) { - const purgecss = require('@fullhuman/postcss-purgecss')({ - - // Specify the paths to all of the template files in your project - content: [ - './src/**/*.html', - './src/**/*.jsx', - './src/**/*.tsx', - ], - - // Include any special characters you're using in this regular expression - defaultExtractor: content => content.match(/[\w-/:]+(?