From 1e7ec7d881a0cf8d1bd43c65d2018cd9cf50e499 Mon Sep 17 00:00:00 2001 From: Marton Lederer Date: Sat, 20 Feb 2021 11:33:16 +0100 Subject: [PATCH] fix: use util textdecoder --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 02e774b..b498e3e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -12,6 +12,7 @@ import postcss from "postcss"; import postcssModules from "postcss-modules"; import less from "less"; import stylus from "stylus"; +import { TextDecoder } from "util"; interface PostCSSPluginOptions { plugins: PostCSSPlugin[];