appcache webpack plugin:为Webpack构建生成HTML5应用程序缓存 源码
Webpack的应用程序缓存插件 用法 var AppCachePlugin = require ( 'appcache-webpack-plugin' ) ; module . exports = { plugins : [ new AppCachePlugin ( { cache : [ 'someOtherAsset.jpg' ] , network : null , // No network access allowed! fallback : [ 'failwhale.jpg' ] , settings : [ 'pre
文件列表
appcache-webpack-plugin-master.zip
(预估有个11文件)
appcache-webpack-plugin-master
.eslintrc
5KB
.babelrc
56B
package.json
1KB
test
tests.js
9KB
src
index.js
3KB
.npmignore
42B
.gitignore
21B
暂无评论