Christian-Yang / Translate-and-save

Translate and save for my self
1 stars 0 forks source link

script-ext-html-webpack-plugin 插件学习 #8

Open Christian-Yang opened 7 years ago

Christian-Yang commented 7 years ago

Enhances html-webpack-plugin functionality with different deployment options for your scripts including 'async', 'preload', 'prefetch', 'defer', 'module', custom attributes, and inlining.
增强html-webpack-plugin功能,包括“async”,“preload”,“prefetch”,“defer”,“module”,自定义属性和内联等脚本的不同部署选项。

Enhances html-webpack-plugin functionality with different deployment options for your scripts including:
使用不同的脚本部署选项增强html-webpack-plugin功能,包括:
async attribute;
异步属性
defer attribute;
延迟属性
type="module" attribute;
type =“module”属性;
any custom attributes you wish to add;
您要添加的任何自定义属性;
inlining;
内联;
preload resource hint;
预加载资源提示;
prefetch resource hint
预取资源提示

This is an extension plugin for the webpack plugin html-webpack-plugin - a plugin that simplifies the creation of HTML files to serve your webpack bundles.
这是一个用于扩展插件html-webpack-plugin的webpack插件-------- 一个插件,可以简化HTML文件的创建,以便为您的Webpack包提供服务。
The raw html-webpack-plugin incorporates all webpack-generated javascipt as synchronous Githubissues.

  • Githubissues is a development platform for aggregating issues.