-
manifest-webpack-plugin:manifest-webpack-plugin下载
资源介绍
html5-manifest-webpack-plugin
一个Webpack插件,用于生成Html5清单Appcache文件。
安装
使用npm:
npm install html5-manifest-webpack-plugin --save-dev
用法
使您的webpack.config.js文件如下所示:
const ManifestWebpackPlugin = require ( 'html5-manifest-webpack-plugin' ) ;
const options = {
// ...
} ;
module . exports = {
...
plugins : [
new ManifestWebpackPlugin ( options )
]
. . .
} ;
使用webpack链时,您可以像这样制作webpack.