diff --git a/src/platform/web/parsehtml.js b/src/platform/web/parsehtml.js
index 456559d9..fecb464d 100644
--- a/src/platform/web/parsehtml.js
+++ b/src/platform/web/parsehtml.js
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
-import DOMPurify from "../../../lib/dompurify/index.js"
+import DOMPurify from "dompurify"
class HTMLParseResult {
constructor(bodyNode) {