fix: use util textdecoder

This commit is contained in:
Marton Lederer 2021-02-20 11:33:16 +01:00
parent 74798c6e61
commit 1e7ec7d881
No known key found for this signature in database
GPG Key ID: 9B7FD44832ADFE95

View File

@ -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[];