[feat](文件内部转化): 添加htmv.js修改文件内容
新增星总的脚本,主要对文件内部lang=scss的内容进行转化
Showing
file.js
deleted
100644 → 0
htmv.js
0 → 100644
... | @@ -20,6 +20,9 @@ | ... | @@ -20,6 +20,9 @@ |
"license": "ISC", | "license": "ISC", | ||
"dependencies": { | "dependencies": { | ||
"webpack-fix-style-only-entries": "^0.6.1", | "webpack-fix-style-only-entries": "^0.6.1", | ||
"webpack-glob-entry": "^2.1.1" | "webpack-glob-entry": "^2.1.1", | ||
"cheerio": "^1.0.0-rc.12", | |||
"glob": "^9.0.2", | |||
"sass": "^1.58.3" | |||
} | } | ||
} | } |
readFileCall.js
deleted
100644 → 0
Please register or sign in to comment