From c4071cf38a599679599f066182ca35acc0444c42 Mon Sep 17 00:00:00 2001 From: tabcat Date: Mon, 23 Jan 2023 00:12:58 -0600 Subject: [PATCH] deps: add node-polyfill plugin for webpack5 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 98c7bae..4d0a152 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "downloadjs": "^1.4.7", "humanize-duration": "^3.27.0", "keccak": "^3.0.1", + "node-polyfill-webpack-plugin": "^2.0.1", "randombytes": "^2.0.6", "register-service-worker": "^1.7.1", "remodal": "^1.1.1",