lwd-technology / react-app-rewire-appcache-plugin

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'
})

About

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

License:MIT License


Languages

Language:JavaScript 100.0%