UNPKG

html-webpack-harddisk-plugin

Version:

Write html files to hard disk even when using the webpack dev server or middleware

46 lines (21 loc) 1.19 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## [2.0.0](https://github.com/jantimon/html-webpack-harddisk-plugin/compare/v1.0.2...v2.0.0) (2021-02-15) ### ⚠ BREAKING CHANGES * drop support for node < 10.16 and webpack 1-3 ### Features * add support for webpack 5 ([03dd746](https://github.com/jantimon/html-webpack-harddisk-plugin/commit/03dd7461caed2cd8fa8de4f1a50250fe683b0aba)) <a name="1.0.2"></a> ## [1.0.2](https://github.com/jantimon/html-webpack-harddisk-plugin/compare/v1.0.1...v1.0.2) (2020-06-16) <a name="1.0.1"></a> ## [1.0.1](https://github.com/jantimon/html-webpack-harddisk-plugin/compare/v1.0.0...v1.0.1) (2018-10-19) ### Features * Publish index.d.ts to npm <a name="1.0.0"></a> # 1.0.0 (2018-10-15) ### Bug Fixes * Update dependencies ([792d555](https://github.com/jantimon/html-webpack-harddisk-plugin/commit/792d555)) ### Features * Add support for html-webpack-plugin 4 ([a7379f1](https://github.com/jantimon/html-webpack-harddisk-plugin/commit/a7379f1)) ### BREAKING CHANGES * Drop support for node < 6