resource hints webpack plugin:自动将资源提示添加到您的html文件中 源码
资源提示Webpack插件 这是插件的扩展。 它会自动将添加到html文件中,以。 安装 您必须在节点0.12.x或更高版本上运行webpack 使用npm安装插件: $ npm install --save-dev resource-hints-webpack-plugin 用yarn安装插件: $ yarn add --dev resource-hints-webpack-plugin 基本用法 加载插件 const ResourceHintWebpackPlugin = require ( 'resource-hints-webpack-plugin' ) ; 并将其添加到您的webpack配置中,如下所示: plugins: [ new HtmlWebpackPlugin ( ) , new ResourceHintWebpackPlugin ( ) ]
文件列表
resource-hints-webpack-plugin-master.zip
(预估有个12文件)
resource-hints-webpack-plugin-master
.node-version
6B
spec
fixtures
expected.html
263B
entry.js
28B
index.spec.js
4KB
support
jasmine.json
128B
.travis.yml
321B
暂无评论