登录 注册
当前位置:主页 > 资源下载 > 9 > manifest-webpack-plugin:manifest-webpack-plugin下载

manifest-webpack-plugin:manifest-webpack-plugin下载

  • 更新:2024-05-28 20:01:44
  • 大小:2KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Webpack - 前端
  • 格式:ZIP

资源介绍

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.