Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

3.0.0 alpha 1

Latest
Compare
Choose a tag to compare
@jeffposnick jeffposnick released this 12 Mar 18:11
· 60 commits to v3 since this release

What's new?

The first alpha release of v3.0.0 includes support for webpack 4, while maintaining support for webpack 3. Many thanks to @toxic-johann for their contributions to make that a reality.

The published package on npm is now transpiled via @babel/preset-env, currently targeting node 4.0.0.

While not user-visible, the codebase has been refactored, with a focus on modularization and increased test coverage.

What's changed?

include: 'all' has been removed, in favor of the equivalent option include: 'allChunks'. This was done to reduce confusion with a new option, include: 'allAssets'.

Installation

You can install the latest prerelease version of this plugin via

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