From 1ad8f711245e351374133dce85e8c583ab6716f0 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Mon, 2 Sep 2024 23:55:24 +0530 Subject: [PATCH] add implicit type="module" support --- src/utils.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/utils.js b/src/utils.js index 60d7a50..f2c50f5 100644 --- a/src/utils.js +++ b/src/utils.js @@ -432,7 +432,12 @@ export function getCompleteHtml(html, css, js, item, isForExport) { if (js) { if (typeof js === 'string') { - contents += js ? '