Skip to content

Releases: rzane/webpack

v0.7.0

Choose a tag to compare

@rzane rzane released this 31 Mar 22:31

BREAKING CHANGE: Removed the favicons plugin, because it probably shouldn't be recommended. It generates way more than is necessary. To migrate, see: https://evilmartians.com/chronicles/how-to-favicon-in-2021-six-files-that-fit-most-needs.

  • Adds copy utility
  • Upgrades dependencies
  • Allows useBuiltIns option to be passed through to @babel/preset-env

v0.6.1

Choose a tag to compare

@rzane rzane released this 30 Mar 20:56
a3ff397

Pass through the appleStatusBarStyle option to the favicons plugin.

v0.6.0

Choose a tag to compare

@rzane rzane released this 19 Feb 19:40
  • Allows sourcemaps to be disabled for postcss()
  • Allows the vendors chunk to create a chunk for each node module.

v0.5.0-beta.0

Choose a tag to compare

@rzane rzane released this 15 Feb 20:29

Experimental support for Fast Refresh.

v0.5.0

Choose a tag to compare

@rzane rzane released this 15 Feb 20:42

Experimental support for Fast Refresh.

v0.4.0-beta.0

Choose a tag to compare

@rzane rzane released this 07 Feb 23:05
Bump dependencies

v0.4.0

Choose a tag to compare

@rzane rzane released this 08 Feb 15:51
  • Upgrades to webpack 5. Don't bother installing webpack, because it's a dependency of this library now.
  • Sets defer on all script tags and puts them in the head of the document. This is a more efficient way to load scripts.
  • Includes @stackup/webpack/babel-preset so you don't have to install babel stuff either.

v0.3.3

Choose a tag to compare

@rzane rzane released this 18 Nov 18:52
9b5d842

Bump dependencies

v0.3.2

Choose a tag to compare

@rzane rzane released this 15 Oct 21:45

Fix: v0.3.1 didn't accept .pcss files in production builds.

v0.3.1

Choose a tag to compare

@rzane rzane released this 15 Oct 19:53

Allow .pcss and .postcss extensions.