Skip to content
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
Compare
Choose a tag to compare
@jeffposnick jeffposnick released this 06 Jun 20:44
· 49 commits to v3 since this 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 to url-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 the plugins array.
  • Miscellaneous updates to README.md and package.json.

Installation

You can install the latest prerelease version of this plugin via

$ npm install --save-dev preload-webpack-plugin@next