UNPKG

appcache-webpack-plugin

Version:

Generate an HTML5 Application Cache for a Webpack build

41 lines (23 loc) 639 B
## 1.4.0 * Support webpack 4.0 tapable api ## 1.3.0 * Include support for webpack 2 * Add a comment option ## 1.2.1 * Fix URL concatenation ## 1.2.0 * Allow configuration of output filename ## 1.1.0 * Prepend manifest entries with output publicPath ## 1.0.0 * Implement exclude option. Assets can now be excluded from the manifest! * Re-implement in ES6! ## 0.2.0 * Settings are now expected to be a list, not an options-style object. * Added support for a SETTINGS section with option 'prefer-online'. * Encode explicit URIs in manifests. ## 0.1.1 * Fix node installs ## 0.1.0 * Initial implementation * Project skeleton