From f4eb7e3637673f1e09e4e4e70695ff7991347141 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Thu, 9 Jan 2020 23:50:02 +0530 Subject: [PATCH] Readme - Add webpack-strip-log-loader in built using section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5c36628..3cb4569 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ TSC = Typescript compiler 2. Typedoc - Very popular Typescript documentation generator which extracts type definitions and inline jsdoc comments into separate documents. +3. [shameless plug][webpack-strip-log-loader](https://github.com/bendtherules/webpack-strip-log-loader) - webpack plugin to remove some module (or symbol) and their usages recursively in a project. Uses TSC api internally.