This repository has been archived by the owner on Jan 21, 2021. It is now read-only.
3.0.0 beta 1
Pre-release
Pre-release
What's new?
The first beta release of v3.0.0 includes the following changes from v3.0.0-alpha.3:
- The plugin now requires node v6 or higher. (node v4 has reached its end-of-life.)
- Switched from using node's built-in
URL
module tourl-parse
, for node v6 compatibility. - When run under webpack v4, a new runtime check will raise a meaningful compilation error when this plugin is not used after
HtmlWebpackPlugin
in theplugins
array. - Miscellaneous updates to
README.md
andpackage.json
.
Installation
You can install the latest prerelease version of this plugin via
$ npm install --save-dev preload-webpack-plugin@next