文件名称:html重置:编译单个html文件
文件大小:67KB
文件格式:ZIP
更新时间:2024-03-23 06:03:28
JavaScript
处理二进制html,重新编译html的css和js。给css添加前缀,转换js语法 使用 npm install html-reset --save const HtmlReset = require ( 'html-reset' ) new HtmlReset ( { entry : './index.html' } ) . run ( ) .babelrc { " presets " : [ [ " @babel/preset-env " , { " useBuiltIns " : " usage " , " corejs " : { " version " : 3 },
【文件预览】:
html-reset-main
----.babelrc(584B)
----index.js(44B)
----test.js(94B)
----package.json(597B)
----index.html(1KB)
----package-lock.json(293KB)
----dist()
--------index.js(79KB)
--------index.html(470B)
--------index.css(656B)
----.npmignore(56B)
----.gitignore(12B)
----.browserslistrc(20B)
----lib()
--------compiler.js(2KB)
----README.md(739B)