Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Releases: RateGravity/netlify-webpack-plugin

v1.2.3

30 Sep 15:30
4b278a4

Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3

Netlify Function/Edge Function Support

22 Jun 20:18
37b0540

Choose a tag to compare

What's Changed

  • [CORE-1459] Add tooling to copy function/edge function scripts to dist folder by @RoboCafaz in #40

New Contributors

Full Changelog: v1.1.3...v1.2.2

Typescript Version Upgrade

09 Mar 16:39
e314f7f

Choose a tag to compare

Upgrade to typescript 4. There are no functional changes, and the .d.ts files output should be the same as previous versions.

Documentation fixes

08 Mar 19:03
d681740

Choose a tag to compare

fix a spelling error in the name of the package in the readme.

Fixes to Emit Assets

26 May 12:41
f4f1ddb

Choose a tag to compare

Fixes #10
Asset emitting was failing because returning a chain of properties (compiler.hooks.emit.tap) wasn't correctly bound, solve the issue by returning an arrow function instead.

Support Legacy Webpack Plugin API

09 Apr 16:28
4d15a2d

Choose a tag to compare

For older versions of Webpack support the compiler.plugin method instead of the compiler.hooks.emit.tap method.

Initial Release

06 Apr 21:10
ec4eca2

Choose a tag to compare

Initial Release, writes Redirects, and Headers based on input data in the webpack config.