From 154030c5faaa63b4a0838258bac2e174e4f03523 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sat, 17 Oct 2020 18:03:47 +0300 Subject: [PATCH] chore(putout) prepare for webpack v5 --- .browserslistrc | 1 - .putout.json | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.browserslistrc b/.browserslistrc index 36cf4ddd..bde9f522 100644 --- a/.browserslistrc +++ b/.browserslistrc @@ -1,5 +1,4 @@ last 2 Chrome versions last 2 Safari versions Firefox ESR -maintained node versions not dead diff --git a/.putout.json b/.putout.json index 6fcdff2e..93306eb9 100644 --- a/.putout.json +++ b/.putout.json @@ -3,6 +3,9 @@ "fixture*" ], "match": { + ".webpack": { + "webpack": "on" + }, "server": { "remove-process-exit": true },