文件名称:manifest-webpack-plugin:manifest-webpack-plugin
文件大小:2KB
文件格式:ZIP
更新时间:2024-05-23 19:17:20
JavaScript
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.
【文件预览】:
manifest-webpack-plugin-main
----README.md(745B)
----index.js(1KB)
----package.json(583B)