1.0.5 • Published 7 years ago

react-app-rewire-appcache-plugin v1.0.5

Weekly downloads
14
License
MIT
Repository
github
Last release
7 years ago

react-app-rewire-appcache-plugin

Add appcache-webpack-plugin-plus to a react-app-rewired config.

const rewireAppcachePlugin = require('react-app-rewire-appcache-plugin')

// Generate a manifest.appcache file
config = rewireAppcachePlugin(config, env, {
  settings: ['prefer-online'],
  output: 'manifest.appcache'
})