From e366444d35c2ec8ad6b2baf5300ebe3b4b654114 Mon Sep 17 00:00:00 2001 From: Alperen Elhan Date: Sun, 5 Mar 2023 19:58:20 +0300 Subject: [PATCH] chore: remove unused import from rollup --- rollup.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index b1df21b5..906b9426 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -34,7 +34,6 @@ const thirdParty = [ 'date-fns', 'date-fns/locale', 'hex-color-converter', - 'highlight.js', 'is-url', 'pretty-bytes', 'validate-color',