chore(deps): upgrade eslint, prettier & related packages
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
0a53a1d7f0
commit
6c91f81b0e
@@ -199,7 +199,7 @@ async function transformScript(element) {
|
||||
});
|
||||
}
|
||||
|
||||
const transformHtml = async function(file) {
|
||||
const transformHtml = async function (file) {
|
||||
const div = document.createElement('div');
|
||||
div.innerHTML = file.contents;
|
||||
await Promise.all([transformSASS(div), transformScript(div)]);
|
||||
|
Reference in New Issue
Block a user