文件名称:inline-scripts:排队 tags inside HTML files; bundle require dependencies in JS files; replaces references to environment variables with their values in JS files
文件大小:17KB
文件格式:ZIP
更新时间:2024-06-03 07:21:42
JavaScript
内联脚本
该软件包包含有助于构建客户端代码的脚本:
inline-script-tags [removed]标记引用的文件inline-script-tags联到输出HTML中。
inline-stylesheets <link>标记引用inline-stylesheets联到输出HTML中。
inline-requires包require单个输出JS内的依赖项。
inline-environment-variables process.env.
【文件预览】:
inline-scripts-master
----.gitignore(6B)
----package.json(1KB)
----bundled.html(162B)
----package-lock.json(77B)
----src()
--------inlineRequires.js(3KB)
--------cli()
--------inlineEnvironmentVariables.js(638B)
--------index.js(260B)
--------inlineScriptTags.js(800B)
--------inlineStylesheets.js(871B)
--------inlineImages.js(1KB)
----LICENSE(1KB)
----readme.md(3KB)
----test()
--------testInlineRequires()
--------testInlineEnvironmentVariables()
--------testInlineImages()
--------testInlineStylesheets()
--------testInlineScriptTags()