From 937a314861b3760440bba06d3b18573259e174b8 Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Wed, 14 Oct 2020 22:16:47 +0300 Subject: [PATCH] docs: update --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 6e00a0ad..1cf4a691 100644 --- a/README.md +++ b/README.md @@ -526,17 +526,6 @@ module.exports = { minimize: true, minimizer: [ new TerserPlugin({ - // Uncomment lines below for cache invalidation correctly - // cache: true, - // cacheKeys: (defaultCacheKeys) => { - // delete defaultCacheKeys.terser; - // - // return Object.assign( - // {}, - // defaultCacheKeys, - // { 'uglify-js': require('uglify-js/package.json').version }, - // ); - // }, minify: (file, sourceMap) => { // https://github.com/mishoo/UglifyJS2#minify-options const uglifyJsOptions = {